added protocol and domain
This commit is contained in:
parent
63d23dad7b
commit
1d93d44ab1
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user