Skip to content

Commit

Permalink
feat: removed unused dockerfile (#71)
Browse files Browse the repository at this point in the history
* feat: removed unused dockerfile

* chore: update env example

* chore: env example update
  • Loading branch information
mirarifhasan authored Apr 6, 2023
1 parent 47543e4 commit 6cb3a2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 132 deletions.
101 changes: 0 additions & 101 deletions .dockerignore

This file was deleted.

4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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="************************************************"
Expand Down
29 changes: 0 additions & 29 deletions Dockerfile

This file was deleted.

0 comments on commit 6cb3a2d

Please sign in to comment.