Revert "Revert "Revert "Prerequisites to removing Facebook authentication (#13683)"""

This reverts commit e3ffd7acbc.
This commit is contained in:
SabreCat
2022-01-31 14:52:22 -06:00
parent a2f50815d8
commit de477ebb4a
12 changed files with 72 additions and 288 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",
"TEST_DB_URI": "mongodb://localhost:27017/habitica-test",
"NODE_DB_URI": "mongodb://localhost:27017/habitica-dev?replicaSet=rs",
"TEST_DB_URI": "mongodb://localhost:27017/habitica-test?replicaSet=rs",
"MONGODB_POOL_SIZE": "10",
"NODE_ENV": "development",
"PATH": "bin:node_modules/.bin:/usr/local/bin:/usr/bin:/bin",