Skip to content

Commit

Permalink
fix : env
Browse files Browse the repository at this point in the history
  • Loading branch information
pinomaker-hoo committed Nov 23, 2023
1 parent e1e7ccc commit 27c0050
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Server URL
VITE_SERVER_URL=http://125.133.34.224:8080

# Firebase Key
VITE_API_KEY=AIzaSyCEes510xqP4UyKDt-5yF4QojAIfg_DH8o
VITE_AUTH_DOMAIN=dice-dev-a5b63.firebaseapp.com
VITE_PROJECT_ID=dice-dev-a5b63
Expand Down
2 changes: 2 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Server URL
VITE_SERVER_URL=

# Firebase Key
VITE_API_KEY=
VITE_AUTH_DOMAIN=
VITE_PROJECT_ID=
Expand Down
2 changes: 2 additions & 0 deletions .env.staging
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Server URL
VITE_SERVER_URL=

# Firebase Key
VITE_API_KEY=
VITE_AUTH_DOMAIN=
VITE_PROJECT_ID=
Expand Down

0 comments on commit 27c0050

Please sign in to comment.