allow CDN folder

This commit is contained in:
Jonathan Barrow
2021-10-17 12:31:49 -04:00
parent 911f4c69a7
commit 3f4ce5d9ee
2 changed files with 1 additions and 25 deletions

3
.gitignore vendored
View File

@@ -58,5 +58,4 @@ typings/
.env
# custom
config.json
/cdn
config.json

View File

@@ -1,23 +0,0 @@
{
"http": {
"port": 8001
},
"mongoose": {
"uri": "mongodb://localhost:27017",
"database": "pretendo",
"options": {
"useNewUrlParser": true
}
},
"email": {
"service": "gmail",
"auth": {
"user": "pretendonetwork@gmail.com",
"pass": "pretendopassword"
}
},
"recaptcha": {
"siteKey": "key",
"secretKey": "secret"
}
}