From 152ca573505fd89151d3cdf117c3f1bb3b05b9d9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 15 May 2025 12:37:37 -0600 Subject: refactor: remove unused environment variables --- share/man/DEVELOPMENT.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'share') diff --git a/share/man/DEVELOPMENT.md b/share/man/DEVELOPMENT.md index 9d4eaf6..c3077a8 100644 --- a/share/man/DEVELOPMENT.md +++ b/share/man/DEVELOPMENT.md @@ -56,10 +56,8 @@ The following environment variables must be defined: | Variable Name | Description | | ---------------------- | ------------------------------------------------ | | `APP_ENV` | Sparkle environment (default: `development`) | -| `BIND_ADDR` | Address Sparkle listens on (default: `:8080`) | | `OAUTH_CLIENT_ID` | The client ID registered with GitLab IdP | | `OAUTH_CLIENT_SECRET` | The corresponding client secret | -| `OAUTH_REDIRECT_URL` | Redirect URI configured in your GitLab OAuth app | | `OIDC_ISSUER` | The issuer URL (e.g., `http://gdk.test:3000`) | You can refer to the `Dockerfile` in the root of this repository to determine the -- cgit v1.2.3