stacosys/config.ini

38 lines
532 B
INI
Raw Normal View History

;
2018-09-15 13:38:03 +02:00
; Default configuration
[main]
lang = fr
db_sqlite_file = db.sqlite
2021-01-02 12:36:42 +01:00
db_backup_json_file = db.json
2018-09-15 15:02:06 +02:00
newcomment_polling = 60
2020-12-28 19:43:23 +01:00
[site]
name = "My blog"
url = http://blog.mydomain.com
2021-06-20 11:10:57 +02:00
token =
2020-12-28 19:43:23 +01:00
admin_email = admin@mydomain.com
2018-09-15 13:38:03 +02:00
[http]
host = 127.0.0.1
2018-09-15 13:38:03 +02:00
port = 8100
[rss]
proto = https
2018-09-15 13:38:03 +02:00
file = comments.xml
[imap]
polling = 120
host = mail.gandi.net
ssl = false
port = 993
login = blog@mydomain.com
password = MYPASSWORD
[smtp]
host = mail.gandi.net
starttls = true
2021-01-28 19:00:54 +01:00
ssl = false
port = 587
login = blog@mydomain.com
password = MYPASSWORD