Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new gamma (auth.chalmers.it) #106

Merged
merged 13 commits into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ PORT=8080
DATABASE_URL=postgres://hubbit:hubbit@localhost/hubbit
REDIS_URL=redis://127.0.0.1:6379

GAMMA_PUBLIC_URL=http://localhost:8081
GAMMA_INTERNAL_URL=http://localhost:8081
GAMMA_URL=http://localhost:8081
GAMMA_API_KEY=hubbit
GAMMA_CLIENT_ID=hubbit
GAMMA_CLIENT_SECRET=hubbit
GAMMA_REDIRECT_URI=http://localhost:3000/api/auth/gamma/callback

COOKIE_SECRET=bdvrJ2cYgPeaj6Tys5475QHoj7Qcenb2bdvrJ2cYgPeaj6Tys5475QHoj7Qcenb2
COOKIE_SECURE=false
Expand Down
Loading
Loading