Skip to content

Commit

Permalink
Update default auth url to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
ViddeM committed Jun 22, 2024
1 parent 17c8272 commit 01538f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
GAMMA_API_KEY: hubbit
GAMMA_CLIENT_ID: hubbit
GAMMA_CLIENT_SECRET: hubbit
GAMMA_URL: auth.chalmers.it
GAMMA_URL: https://auth.chalmers.it
GAMMA_REDIRECT_URI: http://localhost:3000/api/auth/gamma/callback
COOKIE_SECRET: vVQvsmpCkHLuleJthaEd5KhCC23mnW3W5RGSNGQOru6Y32VBrddDJEMNSXGXiKeqWhTEOAQRlfYtYjbuLMY1N2PuDbOaMzx7UPpt6Ejnm2Rq4C3Wwew8wlLbMHOt14SQ
COOKIE_SECURE: true
Expand Down

0 comments on commit 01538f4

Please sign in to comment.