26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"general" : {
|
|
"debug": true,
|
|
"lang": "fr",
|
|
"db_url": "sqlite:///db.sqlite"
|
|
},
|
|
"http": {
|
|
"root_url": "http://localhost:8100",
|
|
"host": "127.0.0.1",
|
|
"port": 8100
|
|
},
|
|
"security": {
|
|
"salt": "BRRJRqXgGpXWrgTidBPcixIThHpDuKc0",
|
|
"secret": "Uqca5Kc8xuU6THz9",
|
|
"private": true
|
|
},
|
|
"rss": {
|
|
"proto": "http",
|
|
"file": "comments.xml"
|
|
},
|
|
"zmq": {
|
|
"host": "127.0.0.1",
|
|
"pub_port": 7701,
|
|
"sub_port": 7702
|
|
}
|
|
}
|