gancio-upstream/config/config.production.json
2019-02-26 01:17:52 +01:00

25 lines
438 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": {
},
"admin": "admin@example.com",
"smtp": {
"host": "mail.example.com",
"secure":"true",
"auth": {
"user": "admin@example.com",
"pass": ""
}
},
"secret": "randomstringhere"
}