2019-06-21 23:52:18 +02:00
|
|
|
{
|
|
|
|
"title": "Gancio",
|
|
|
|
"description": "A shared agenda for local communities",
|
2019-07-17 12:19:09 +02:00
|
|
|
"baseurl": "http://localhost:13120",
|
2019-06-21 23:52:18 +02:00
|
|
|
"server": {
|
|
|
|
"host": "localhost",
|
2019-07-17 12:19:09 +02:00
|
|
|
"port": 13120
|
2019-06-21 23:52:18 +02:00
|
|
|
},
|
|
|
|
"db": {
|
|
|
|
"dialect": "sqlite",
|
2019-08-08 17:48:12 +02:00
|
|
|
"storage": "./db.sqlite",
|
|
|
|
"logging": false
|
2019-06-21 23:52:18 +02:00
|
|
|
},
|
|
|
|
"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"
|
2019-06-21 23:52:18 +02:00
|
|
|
}
|