mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
27 lines
492 B
JSON
27 lines
492 B
JSON
{
|
|
"env": "development",
|
|
"locale": "it",
|
|
|
|
"title": "Gancio",
|
|
"description": "Un calendario dei movimenti piemontesi",
|
|
|
|
"baseurl": "http://localhost:8080",
|
|
"apiurl": "http://localhost:9000/api",
|
|
|
|
"db": {
|
|
"storage": "./db.sqlite",
|
|
"dialect": "sqlite"
|
|
},
|
|
"admin": "lesion@autistici.org",
|
|
|
|
"smtp": {
|
|
"host": "mail.example.org",
|
|
"secure": true,
|
|
"auth": {
|
|
"user": "events@example.org",
|
|
"pass": ""
|
|
}
|
|
},
|
|
|
|
"secret": "nonosecretsuper"
|
|
}
|