mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
27 lines
464 B
JSON
27 lines
464 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"
|
|
},
|
|
"upload_path": "./",
|
|
"smtp": {
|
|
"auth": {
|
|
"user": "",
|
|
"pass": ""
|
|
},
|
|
"secure": true,
|
|
"host": ""
|
|
},
|
|
"admin": {
|
|
"email": "",
|
|
"password": ""
|
|
},
|
|
"secret": "notsosecret"
|
|
}
|