feat: removed unused dockerfile (#71)
* feat: removed unused dockerfile * chore: update env example * chore: env example update
This commit is contained in:
@@ -11,8 +11,8 @@ ACCESS_TOKEN_VALIDITY="86400000" # Default validity is 1 day (86400000 ms) in ms
|
||||
SESSION_SECRET='add some secret here'
|
||||
|
||||
# Hoppscotch App Domain Config
|
||||
REDIRECT_URL="http://localhost:3170/graphql"
|
||||
WHITELISTED_ORIGINS = "http://localhost:3170,http://localhost:3000"
|
||||
REDIRECT_URL="http://localhost:3000"
|
||||
WHITELISTED_ORIGINS = "http://localhost:3170,http://localhost:3000,http://localhost:3100"
|
||||
|
||||
# Google Auth Config
|
||||
GOOGLE_CLIENT_ID="************************************************"
|
||||
|
||||
Reference in New Issue
Block a user