diff --git a/config.ini.example b/config.ini.example index 06fdcb2..4af83f9 100644 --- a/config.ini.example +++ b/config.ini.example @@ -3,6 +3,11 @@ [hash] uniqueKey = some string +[general] +; do not add :// +protocol = http +;protocol = https +domain = localhost [smtp] host = some.mail.host @@ -11,7 +16,6 @@ username = smpt_user password = smtp_pass auth = TRUE - [db] sqlite[dsn] = sqlite:path/to/db.sqlite