diff --git a/.gitignore b/.gitignore index 8b6e920..7198fa5 100644 --- a/.gitignore +++ b/.gitignore @@ -58,5 +58,4 @@ typings/ .env # custom -config.json -/cdn \ No newline at end of file +config.json \ No newline at end of file diff --git a/config.json b/config.json deleted file mode 100644 index 13defd5..0000000 --- a/config.json +++ /dev/null @@ -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" - } -} \ No newline at end of file