refactor: removing unused env variables from env example (#66)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user