25 lines
458 B
JSON
25 lines
458 B
JSON
{
|
|
"title": "Gancio",
|
|
"description": "A shared agenda for local communities",
|
|
"baseurl": "http://localhost:13120",
|
|
"server": {
|
|
"host": "localhost",
|
|
"port": 13120
|
|
},
|
|
"db": {
|
|
"dialect": "sqlite",
|
|
"storage": "./db.sqlite",
|
|
"logging": false
|
|
},
|
|
"upload_path": "./",
|
|
"smtp": {
|
|
"auth": {
|
|
"user": "",
|
|
"pass": ""
|
|
},
|
|
"secure": true,
|
|
"host": ""
|
|
},
|
|
"admin_email": "admin",
|
|
"secret": "notsosecret"
|
|
}
|