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

This reverts commit b3c466ad5a.
This commit is contained in:
SabreCat
2022-01-27 14:50:04 -06:00
parent e687140cfc
commit e3ffd7acbc
12 changed files with 288 additions and 72 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",