You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stacosys/config.json

21 lines
418 B
JSON

{
"general" : {
7 years ago
"debug": false,
"lang": "fr",
"db_url": "sqlite:///db.sqlite"
},
"http": {
"root_url": "http://localhost:8100",
"host": "0.0.0.0",
"port": 8100
},
"security": {
"salt": "BRRJRqXgGpXWrgTidBPcixIThHpDuKc0",
6 years ago
"secret": "Uqca5Kc8xuU6THz9"
},
"rss": {
"proto": "http",
"file": "comments.xml"
}
}