Inital commit

This commit is contained in:
2022-03-06 18:36:36 +01:00
commit bedd69436b
175 changed files with 9965 additions and 0 deletions

15
config/default.json.save Normal file
View 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"
}

View File

@ -0,0 +1,16 @@
{
"fontAwesome": "",
"mapboxAccessToken": "",
"cookieSecret": "",
"mapquest": "",
"database": {
"host": "localhost",
"user": "",
"password": "",
"database": ""
},
"env": "DEV",
"maint": false,
"betaMode": true,
"port": 3000
}