2020-03-29 15:43:13 +02:00
|
|
|
;
|
2018-09-15 13:38:03 +02:00
|
|
|
; Default configuration
|
|
|
|
|
[main]
|
|
|
|
|
lang = fr
|
2022-12-01 20:35:48 +01:00
|
|
|
db = sqlite://db.sqlite
|
2020-12-28 19:43:23 +01:00
|
|
|
|
|
|
|
|
[site]
|
|
|
|
|
name = "My blog"
|
2022-11-25 19:57:37 +01:00
|
|
|
proto = https
|
|
|
|
|
url = https://blog.mydomain.com
|
2020-12-28 19:43:23 +01:00
|
|
|
admin_email = admin@mydomain.com
|
2021-12-11 16:41:03 +01:00
|
|
|
redirect = /redirect
|
2018-09-15 13:38:03 +02:00
|
|
|
|
|
|
|
|
[http]
|
2020-03-29 15:43:13 +02:00
|
|
|
host = 127.0.0.1
|
2018-09-15 13:38:03 +02:00
|
|
|
port = 8100
|
|
|
|
|
|
|
|
|
|
[rss]
|
|
|
|
|
file = comments.xml
|
|
|
|
|
|
2020-03-29 15:43:13 +02:00
|
|
|
[smtp]
|
2022-02-14 21:51:50 +01:00
|
|
|
host = smtp.mail.com
|
|
|
|
|
port = 465
|
2020-03-29 15:43:13 +02:00
|
|
|
login = blog@mydomain.com
|
|
|
|
|
password = MYPASSWORD
|
2022-01-31 12:56:18 +01:00
|
|
|
|
|
|
|
|
[web]
|
|
|
|
|
username = admin
|
|
|
|
|
; SHA-256 hashed password (https://coding.tools/sha256)
|
|
|
|
|
password = 8C6976E5B5410415BDE908BD4DEE15DFB167A9C873FC4BB8A81F6F2AB448A918
|