diff --git a/.gitignore b/.gitignore index ad0f98c..38d1c79 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ node_modules/* # test file test.js -# Dev version +# Dev Launch dev.js -dev-config.json + +# Dev config +dev_config.json \ No newline at end of file diff --git a/dev-config.json b/dev-config.json deleted file mode 100644 index cd49b7f..0000000 --- a/dev-config.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "defaultPrefix": "?", - "mongoURI": "mongodb+srv://lps_bot:ktSkHml2BU9EIQ0a@heroku-police-cad-dev.j7aom.mongodb.net/heroku_8pc4g86l?retryWrites=true&w=majority", - "version": "Alpha 1.7.1", - "socket": "http://localhost:8080", - "dbo": "heroku_8pc4g86l" -}