stacosys/config.json

21 lines
418 B
JSON
Raw Normal View History

{
"general" : {
2018-01-27 16:31:08 +01:00
"debug": false,
"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",
"port": 8100
},
"security": {
"salt": "BRRJRqXgGpXWrgTidBPcixIThHpDuKc0",
2018-09-02 11:42:24 +02:00
"secret": "Uqca5Kc8xuU6THz9"
},
"rss": {
"proto": "http",
"file": "comments.xml"
}
}