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.
1 parent c3914e7 commit 02046e7Copy full SHA for 02046e7
1 file changed
local-deployment.md
@@ -24,11 +24,11 @@ VULN_DB_USER='mongoSecureChain'
24
VULN_DB_PASSWORD='mongoSecureChain'
25
26
# Secrets for JWT
27
-ALGORITHM = 'your_preferred_algorithm' # e.g., 'HS256'
28
-ACCESS_TOKEN_EXPIRE_MINUTES = 'access_token_expire_minutes'
29
-REFRESH_TOKEN_EXPIRE_DAYS = 'refresh_token_expire_days'
30
-JWT_ACCESS_SECRET_KEY = 'your_access_secret_key'
31
-JWT_REFRESH_SECRET_KEY = 'your_refresh_secret_key'
+ALGORITHM='your_preferred_algorithm' # e.g., 'HS256'
+ACCESS_TOKEN_EXPIRE_MINUTES='access_token_expire_minutes'
+REFRESH_TOKEN_EXPIRE_DAYS='refresh_token_expire_days'
+JWT_ACCESS_SECRET_KEY='your_access_secret_key'
+JWT_REFRESH_SECRET_KEY='your_refresh_secret_key'
32
33
# Api key for github services
34
GITHUB_GRAPHQL_API_KEY='add_your_api_key'
0 commit comments