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:
parent
90226d5bb6
commit
723d7d749a
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
config.json
|
||||||
12
config.json
12
config.json
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue