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 f2df0aa commit fd288b0Copy full SHA for fd288b0
template.env
@@ -26,9 +26,9 @@ VULN_DB_USER='mongoDepex'
26
VULN_DB_PASSWORD='mongoDepex'
27
28
# Secrets for JWT
29
-ALGORITHM = 'HS256'
30
-ACCESS_TOKEN_EXPIRE_MINUTES = '60'
31
-JWT_SECRET_KEY = 'f6dcc014f9703bfb5763825dc6a7a45d3f5ff1a6499cb5123292d13b580d871e'
+ALGORITHM='HS256'
+ACCESS_TOKEN_EXPIRE_MINUTES='60'
+JWT_SECRET_KEY='f6dcc014f9703bfb5763825dc6a7a45d3f5ff1a6499cb5123292d13b580d871e'
32
33
# Api key for github services
34
GIT_GRAPHQL_API_KEY='add_your_api_key'
0 commit comments