first test with docker
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user