added protocol and domain
This commit is contained in:
parent
63d23dad7b
commit
1d93d44ab1
@ -3,6 +3,11 @@
|
|||||||
[hash]
|
[hash]
|
||||||
uniqueKey = some string
|
uniqueKey = some string
|
||||||
|
|
||||||
|
[general]
|
||||||
|
; do not add ://
|
||||||
|
protocol = http
|
||||||
|
;protocol = https
|
||||||
|
domain = localhost
|
||||||
|
|
||||||
[smtp]
|
[smtp]
|
||||||
host = some.mail.host
|
host = some.mail.host
|
||||||
@ -11,7 +16,6 @@ username = smpt_user
|
|||||||
password = smtp_pass
|
password = smtp_pass
|
||||||
auth = TRUE
|
auth = TRUE
|
||||||
|
|
||||||
|
|
||||||
[db]
|
[db]
|
||||||
sqlite[dsn] = sqlite:path/to/db.sqlite
|
sqlite[dsn] = sqlite:path/to/db.sqlite
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user