Inital commit
This commit is contained in:
16
config/default.json.template
Normal file
16
config/default.json.template
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"fontAwesome": "",
|
||||
"mapboxAccessToken": "",
|
||||
"cookieSecret": "",
|
||||
"mapquest": "",
|
||||
"database": {
|
||||
"host": "localhost",
|
||||
"user": "",
|
||||
"password": "",
|
||||
"database": ""
|
||||
},
|
||||
"env": "DEV",
|
||||
"maint": false,
|
||||
"betaMode": true,
|
||||
"port": 3000
|
||||
}
|
Reference in New Issue
Block a user