Fix issues and tests

This commit is contained in:
Phillip Thelen
2021-11-17 18:43:06 +01:00
parent c244b1651c
commit bfdfcc9901
5 changed files with 179 additions and 23 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
"LOGGLY_SUBDOMAIN": "example-subdomain",
"LOGGLY_TOKEN": "example-token",
"MAINTENANCE_MODE": "false",
"NODE_DB_URI": "mongodb://localhost:27017/habitica-dev?replicaSet=rs",
"TEST_DB_URI": "mongodb://localhost:27017/habitica-test?replicaSet=rs",
"NODE_DB_URI": "mongodb://localhost:27017/habitica-dev",
"TEST_DB_URI": "mongodb://localhost:27017/habitica-test",
"MONGODB_POOL_SIZE": "10",
"NODE_ENV": "development",
"PATH": "bin:node_modules/.bin:/usr/local/bin:/usr/bin:/bin",