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?
This commit is contained in:
rainbownapkin 2024-11-16 05:37:03 -05:00
parent 90226d5bb6
commit 723d7d749a
2 changed files with 2 additions and 13 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
node_modules/
package-lock.json
config.json

View file

@ -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"
}
}