feat: removed unused dockerfile (#71)

* feat: removed unused dockerfile

* chore: update env example

* chore: env example update
This commit is contained in:
Mir Arif Hasan
2023-04-06 19:34:44 +06:00
committed by GitHub
parent 47543e46f2
commit 6cb3a2de43
3 changed files with 2 additions and 132 deletions

View File

@@ -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="************************************************"