front end, config
This commit is contained in:
27
config/config.development.json
Normal file
27
config/config.development.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user