gancio-upstream/config/default.json

30 lines
540 B
JSON
Raw Normal View History

{
"title": "Gancio",
"description": "A shared agenda for local communities",
"favicon" : "../dist/favicon.ico",
2019-07-24 21:26:56 +02:00
"user_locale": "./user_locale.json",
2019-07-17 12:19:09 +02:00
"baseurl": "http://localhost:13120",
"server": {
"host": "localhost",
2019-07-17 12:19:09 +02:00
"port": 13120
},
"db": {
"dialect": "sqlite",
2019-07-03 16:58:24 +02:00
"storage": "./db.sqlite"
},
"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"
}