30 lines
664 B
JSON
30 lines
664 B
JSON
{
|
|
"general" : {
|
|
"debug": false,
|
|
"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"
|
|
},
|
|
"rabbitmq": {
|
|
"active": true,
|
|
"host": "127.0.0.1",
|
|
"port": 5672,
|
|
"username": "techuser",
|
|
"password": "tech",
|
|
"vhost": "devhub",
|
|
"exchange": "hub.topic"
|
|
}
|
|
}
|