Inital commit
This commit is contained in:
15
config/default.json.save
Normal file
15
config/default.json.save
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"fontAwesome": "d7b80a780b",
|
||||
"mapboxAccessToken": "pk.eyJ1IjoiZ3JleWRpYW1vbmQiLCJhIjoiY2p5NXJyZmZtMDlzYjNibGV2cnZ1MTZxbyJ9.7kB9q9Hijmx9MewGM0F0MQ",
|
||||
"cookieSecret": "fdgdfgdgsfg156516ds561156dsf10g65d1f0g651fd651/",
|
||||
"database": {
|
||||
"host": "localhost",
|
||||
"user": "knowMap",
|
||||
"password": "uwCG5rVc51qv4Tb8",
|
||||
"database": "knowMapexit",
|
||||
"multipleStatements": true,
|
||||
"charset": "utf8mb4"
|
||||
},
|
||||
"env": "DEV"
|
||||
|
||||
}
|
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