22 lines
342 B
INI
Executable file
22 lines
342 B
INI
Executable file
; Default configuration
|
|
[main]
|
|
lang = fr
|
|
db_url = sqlite:///db.sqlite
|
|
newcomment_polling = 60
|
|
|
|
[http]
|
|
root_url = http://localhost:8100
|
|
host = 0.0.0.0
|
|
port = 8100
|
|
|
|
[security]
|
|
salt = BRRJRqXgGpXWrgTidBPcixIThHpDuKc0
|
|
secret = Uqca5Kc8xuU6THz9
|
|
|
|
[rss]
|
|
proto = http
|
|
file = comments.xml
|
|
|
|
[mail]
|
|
fetch_polling = 30
|
|
mailer_url = http://localhost:8000
|