From 723d7d749a9a0dd672fcc3030e0d2480f332667c Mon Sep 17 00:00:00 2001 From: rainbownapkin Date: Sat, 16 Nov 2024 05:37:03 -0500 Subject: [PATCH] JFC can't believe I did that... Then again it's a one-off test DB on a local VM, so who gives a shit? --- .gitignore | 3 ++- config.json | 12 ------------ 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 config.json 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