gancio-upstream/config/default.json

21 lines
376 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": "./",
"admin": {
2019-06-25 01:05:38 +02:00
"email": "",
"password": ""
},
2019-06-25 01:05:38 +02:00
"secret": "notsosecret"
}