2018-01-20 08:57:49 +01:00
|
|
|
{
|
|
|
|
|
"general" : {
|
2018-01-27 16:31:08 +01:00
|
|
|
"debug": false,
|
2018-01-20 08:57:49 +01:00
|
|
|
"lang": "fr",
|
|
|
|
|
"db_url": "sqlite:///db.sqlite"
|
|
|
|
|
},
|
|
|
|
|
"http": {
|
|
|
|
|
"root_url": "http://localhost:8100",
|
2018-06-17 15:30:25 +02:00
|
|
|
"host": "0.0.0.0",
|
2018-01-20 08:57:49 +01:00
|
|
|
"port": 8100
|
|
|
|
|
},
|
|
|
|
|
"security": {
|
|
|
|
|
"salt": "BRRJRqXgGpXWrgTidBPcixIThHpDuKc0",
|
2018-09-02 11:42:24 +02:00
|
|
|
"secret": "Uqca5Kc8xuU6THz9"
|
2018-01-20 08:57:49 +01:00
|
|
|
},
|
|
|
|
|
"rss": {
|
|
|
|
|
"proto": "http",
|
|
|
|
|
"file": "comments.xml"
|
|
|
|
|
}
|
|
|
|
|
}
|