Skip to content

Commit fd288b0

Browse files
committed
fix: Solve error in template.env file
1 parent f2df0aa commit fd288b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ VULN_DB_USER='mongoDepex'
2626
VULN_DB_PASSWORD='mongoDepex'
2727

2828
# Secrets for JWT
29-
ALGORITHM = 'HS256'
30-
ACCESS_TOKEN_EXPIRE_MINUTES = '60'
31-
JWT_SECRET_KEY = 'f6dcc014f9703bfb5763825dc6a7a45d3f5ff1a6499cb5123292d13b580d871e'
29+
ALGORITHM='HS256'
30+
ACCESS_TOKEN_EXPIRE_MINUTES='60'
31+
JWT_SECRET_KEY='f6dcc014f9703bfb5763825dc6a7a45d3f5ff1a6499cb5123292d13b580d871e'
3232

3333
# Api key for github services
3434
GIT_GRAPHQL_API_KEY='add_your_api_key'

0 commit comments

Comments
 (0)