refactor: removing unused env variables from env example (#66)

This commit is contained in:
Ankit Sridhar
2023-04-05 21:53:27 +05:30
committed by GitHub
parent 46e204165d
commit 6d688ed2bc
4 changed files with 3 additions and 50 deletions

View File

@@ -3,7 +3,6 @@
DATABASE_URL=postgresql://postgres:testpass@hoppscotch-db:5432/hoppscotch
# Auth Tokens Config
SIGNED_COOKIE_SECRET = "supersecretcode"
JWT_SECRET="secret1233"
TOKEN_SALT_COMPLEXITY=10
MAGIC_LINK_TOKEN_VALIDITY= 3
@@ -12,7 +11,6 @@ ACCESS_TOKEN_VALIDITY="86400000" # Default validity is 1 day (86400000 ms) in ms
SESSION_SECRET='add some secret here'
# Hoppscotch App Domain Config
APP_DOMAIN="http://localhost:3170"
REDIRECT_URL="http://localhost:3170/graphql"
WHITELISTED_ORIGINS = "http://localhost:3170,http://localhost:3000"