mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
30 lines
563 B
JSON
30 lines
563 B
JSON
{
|
|
"env": "production",
|
|
"locale": "en",
|
|
|
|
"title": "Put here your site name",
|
|
"description": "A calendar for radical communities",
|
|
|
|
"baseurl": "https://example.com",
|
|
"apiurl": "https://example.com/api",
|
|
|
|
"db": {
|
|
"dialect": "postgres",
|
|
"host": "localhost",
|
|
"database": "gancio",
|
|
"user": "user",
|
|
"password": "password"
|
|
},
|
|
"admin": "admin@example.com",
|
|
|
|
"smtp": {
|
|
"host": "mail.example.com",
|
|
"secure":"true",
|
|
"auth": {
|
|
"user": "admin@example.com",
|
|
"pass": ""
|
|
}
|
|
},
|
|
|
|
"secret": "randomstringhere"
|
|
}
|