Skip to content

Commit

Permalink
updated example.env for new variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bryng001 committed Oct 4, 2024
1 parent 774bd9d commit 3074bd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ GITLAB_CLIENT_SECRET=0123456789abcdef0123456789abcdef0123456
GITLAB_SCOPE=read_user read_repository write_repository profile read_api api
GITLAB_REDIRECT_URI=http://localhost:3000/api/oauth/return

GOOGLE_CLIENT_ID=01234567890123456789
GOOGLE_CLIENT_SECRET=0123456789abcdef0123456789abcdef0123456
GOOGLE_SCOPE=openid email profile
GOOGLE_REDIRECT_URI=http://localhost:3000/api/oauth/return

NODE_ENV=development
SERVER_API_PROTOCOL=http

0 comments on commit 3074bd5

Please sign in to comment.