You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stacosys/config.ini

30 lines
394 B
INI

;
6 years ago
; Default configuration
[main]
lang = fr
db_url = sqlite:///db.sqlite
6 years ago
newcomment_polling = 60
6 years ago
[http]
host = 127.0.0.1
6 years ago
port = 8100
[rss]
proto = https
6 years ago
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
port = 587
login = blog@mydomain.com
password = MYPASSWORD