diff --git a/.gitignore b/.gitignore index ccb2c80..12f77f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -package-lock.json \ No newline at end of file +package-lock.json +config.json \ No newline at end of file diff --git a/config.json b/config.json deleted file mode 100644 index 991d9e4..0000000 --- a/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "instanceName": "Canopy", - "port": 8080, - "sessionSecret": "FatBitchesAndSmoke", - "db":{ - "address": "127.0.0.1", - "port": "27017", - "database": "canopy", - "user": "canopy", - "pass": "8fE=8VdzTHfi2IsOOd4Lc" - } -} \ No newline at end of file