gancio-upstream/config/default.json

26 lines
458 B
JSON
Raw Normal View History

{
"title": "Gancio",
"description": "A shared agenda for local communities",
2019-07-17 12:19:09 +02:00
"baseurl": "http://localhost:13120",
"server": {
"host": "localhost",
2019-07-17 12:19:09 +02:00
"port": 13120
},
"db": {
"dialect": "sqlite",
"storage": "./db.sqlite",
"logging": false
},
"upload_path": "./",
2019-06-26 14:44:21 +02:00
"smtp": {
"auth": {
"user": "",
"pass": ""
},
"secure": true,
"host": ""
},
2019-09-26 22:46:04 +02:00
"admin_email": "admin",
2019-06-25 01:05:38 +02:00
"secret": "notsosecret"
}