mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-09-08 00:56:37 -05:00
allow CDN folder
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -58,5 +58,4 @@ typings/
|
||||
.env
|
||||
|
||||
# custom
|
||||
config.json
|
||||
/cdn
|
||||
config.json
|
||||
23
config.json
23
config.json
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user