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

42 lines
670 B
INI

;
6 years ago
; Default configuration
[main]
lang = fr
db_sqlite_file = db.sqlite
6 years ago
newcomment_polling = 60
[site]
name = "My blog"
url = http://blog.mydomain.com
admin_email = admin@mydomain.com
redirect = /redirect
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
ssl = false
port = 587
login = blog@mydomain.com
password = MYPASSWORD
[web]
username = admin
; SHA-256 hashed password (https://coding.tools/sha256)
password = 8C6976E5B5410415BDE908BD4DEE15DFB167A9C873FC4BB8A81F6F2AB448A918