WIP
This commit is contained in:
parent
ed2a284102
commit
0a2cdbbe8f
17 changed files with 197 additions and 272 deletions
21
config.ini
Executable file
21
config.ini
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
; Default configuration
|
||||
[main]
|
||||
lang = fr
|
||||
db_url = sqlite:///db.sqlite
|
||||
|
||||
[http]
|
||||
root_url = http://localhost:8100
|
||||
host = 0.0.0.0
|
||||
port = 8100
|
||||
|
||||
[security]
|
||||
salt = BRRJRqXgGpXWrgTidBPcixIThHpDuKc0
|
||||
secret = Uqca5Kc8xuU6THz9
|
||||
|
||||
[rss]
|
||||
proto = http
|
||||
file = comments.xml
|
||||
|
||||
[polling]
|
||||
newmail = 15
|
||||
newcomment = 60
|
||||
Loading…
Add table
Add a link
Reference in a new issue