gancio-upstream/config/default.json
2021-06-20 23:50:22 +02:00

26 lines
479 B
JSON

{
"title": "Gancio",
"description": "A shared agenda for local communities",
"baseurl": "http://localhost:13120",
"server": {
"host": "localhost",
"port": 13120
},
"log_level": "debug",
"log_path": "./logs",
"db": {
"dialect": "sqlite",
"storage": "./db.sqlite",
"logging": false
},
"upload_path": "./",
"smtp": {
"auth": {
"user": "",
"pass": ""
},
"secure": true,
"host": ""
},
"admin_email": "admin"
}