diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-14 16:24:56 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-14 16:24:56 -0600 |
| commit | 7054f1a7383fab6d2e8c6dac131a0daf85ffdbe7 (patch) | |
| tree | 29fec56903a19801598a8ffb0664be8f8e29648d /app/init.go | |
| parent | a8c6e1a4aee4a616cd7c73a39e579d7c9b63d720 (diff) | |
test: add placeholder for missing tests
Diffstat (limited to 'app/init.go')
| -rw-r--r-- | app/init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/init.go b/app/init.go index 9bffde8..bbfb6da 100644 --- a/app/init.go +++ b/app/init.go @@ -33,7 +33,7 @@ func init() { env.Fetch("OIDC_ISSUER", "https://gitlab.com"), env.Fetch("OAUTH_CLIENT_ID", "client_id"), env.Fetch("OAUTH_CLIENT_SECRET", "client_secret"), - env.Fetch("OAUTH_REDIRECT_URL", "https://localhost/session/callback"), + env.Fetch("OAUTH_REDIRECT_URL", "http://localhost:8080/session/callback"), ) if err != nil { log.Fatal(err) |
