Skip to content

Commit

Permalink
Merge pull request #90 from Kerosene-Labs/build-home-screen
Browse files Browse the repository at this point in the history
adding google oauth url to dev and prod envs
  • Loading branch information
hlafaille authored Dec 22, 2024
2 parents c137dbf + 28487b6 commit d25c8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/svelte/.env.develop
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PUBLIC_API_URL=https://dev.billtracker.kerosenelabs.com/api/v1
VITE_GOOGLE_OAUTH_URI=https://accounts.google.com/o/oauth2/v2/auth?client_id=501201655877-lahug4feube9vvchi7gd98h7rqb4dbvu.apps.googleusercontent.com&response_type=code&scope=openid https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile&redirect_uri=http://localhost:5173/oauth/google
VITE_GOOGLE_OAUTH_URI=https://accounts.google.com/o/oauth2/v2/auth?client_id=501201655877-lahug4feube9vvchi7gd98h7rqb4dbvu.apps.googleusercontent.com&response_type=code&scope=openid https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile&redirect_uri=https://dev.billtracker.kerosenelabs.com/oauth/google
2 changes: 1 addition & 1 deletion src/main/svelte/.env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PUBLIC_API_URL=https://billtracker.kerosenelabs.com/api/v1
VITE_GOOGLE_OAUTH_URI=https://accounts.google.com/o/oauth2/v2/auth?client_id=501201655877-lahug4feube9vvchi7gd98h7rqb4dbvu.apps.googleusercontent.com&response_type=code&scope=openid https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile&redirect_uri=http://localhost:5173/oauth/google
VITE_GOOGLE_OAUTH_URI=https://accounts.google.com/o/oauth2/v2/auth?client_id=501201655877-lahug4feube9vvchi7gd98h7rqb4dbvu.apps.googleusercontent.com&response_type=code&scope=openid https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile&redirect_uri=http://billtracker.kerosenelabs.com/oauth/google

0 comments on commit d25c8b8

Please sign in to comment.