Skip to content

Commit

Permalink
Merge pull request #18 from DevoteamNL/feat/bug-fix
Browse files Browse the repository at this point in the history
.env and .env.production file fix
  • Loading branch information
hardik-id authored Feb 1, 2024
2 parents dc687be + ed9f67f commit 4d960b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_API_BASE_URL=http://localhost:8080
VITE_GOOGLE_CLIENT_ID=779787791084-sf0tjf22s5cl3odf9sjg6rch0if9c0qq.apps.googleusercontent.com
2 changes: 0 additions & 2 deletions .env.example

This file was deleted.

2 changes: 2 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_API_BASE_URL=https://dvt-infini-connect-old-dev.azurewebsites.net
VITE_GOOGLE_CLIENT_ID=779787791084-sf0tjf22s5cl3odf9sjg6rch0if9c0qq.apps.googleusercontent.com
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.env

0 comments on commit 4d960b3

Please sign in to comment.