gancio/config/default.json
2019-06-25 01:06:31 +02:00

20 lines
376 B
JSON

{
"title": "Gancio",
"description": "A shared agenda for local communities",
"baseurl": "http://localhost:3000",
"server": {
"host": "localhost",
"port": 3000
},
"db": {
"dialect": "sqlite",
"storage": "./db.sqlite",
"logging": false
},
"upload_path": "./",
"admin": {
"email": "",
"password": ""
},
"secret": "notsosecret"
}