Skip to content

Commit 9985085

Browse files
authored
Merge pull request #47 from Sheldenburg/bug/fix-set-cookies
update .env.example files
2 parents c3f5a67 + 8b61619 commit 9985085

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

backend/src/.env.example

+3
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ DOCKER_IMAGE_FRONTEND=frontend
4242
GOOGLE_CLIENT_ID=
4343
GOOGLE_CLIENT_SECRET=
4444
GOOGLE_REDIRECT_URI=
45+
46+
# Frontend
47+
OAUTH_REDIRECT_URI=http://localhost:3000/dashboard

frontend/.env.example

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
API_BASE_URL=http://localhost:8000
22
NEXT_PUBLIC_API_BASE_URL=http://localhost:8000
3+
# Google auth
34
NEXT_PUBLIC_GOOGLE_CLIENT_ID=
4-
NEXT_PUBLIC_GOOGLE_REDIRECT_URI=
5+
NEXT_PUBLIC_GOOGLE_REDIRECT_URI=http://localhost:3000/callback/google
6+
# Github auth
7+
NEXT_PUBLIC_GITHUB_CLIENT_ID=

0 commit comments

Comments
 (0)