gancio-upstream/config/default.json

29 lines
484 B
JSON
Raw Normal View History

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