We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 366d394 + bdc875a commit d846c8cCopy full SHA for d846c8c
backend/user-service/.env.example
@@ -13,6 +13,7 @@ ENV=production
13
# Secrets for creating JWT signatures
14
JWT_ACCESS_TOKEN_SECRET=<your-jwt-access-token-secret>
15
JWT_REFRESH_TOKEN_SECRET=<your-jwt-refresh-token-secret>
16
+JWT_RESET_TOKEN_SECRET=<your-jwt-reset-token-secret>
17
18
# If using mongoDB containerization, set to true. Else set to false (i.e local testing)
19
DB_REQUIRE_AUTH=true
0 commit comments