30 lines
500 B
INI
Executable file
30 lines
500 B
INI
Executable file
;
|
|
; Default configuration
|
|
[main]
|
|
lang = fr
|
|
db = sqlite://db.sqlite
|
|
|
|
[site]
|
|
name = "My blog"
|
|
proto = https
|
|
url = https://blog.mydomain.com
|
|
admin_email = admin@mydomain.com
|
|
redirect = /redirect
|
|
|
|
[http]
|
|
host = 127.0.0.1
|
|
port = 8100
|
|
|
|
[rss]
|
|
file = comments.xml
|
|
|
|
[smtp]
|
|
host = smtp.mail.com
|
|
port = 465
|
|
login = blog@mydomain.com
|
|
password = MYPASSWORD
|
|
|
|
[web]
|
|
username = admin
|
|
; SHA-256 hashed password (https://coding.tools/sha256)
|
|
password = 8C6976E5B5410415BDE908BD4DEE15DFB167A9C873FC4BB8A81F6F2AB448A918
|