diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-15 12:37:37 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-15 12:37:37 -0600 |
| commit | 152ca573505fd89151d3cdf117c3f1bb3b05b9d9 (patch) | |
| tree | 8becf29c1c26fdcc2f5c21e6110a1f2db521e0a7 /share | |
| parent | ca3fb0f032ab338a10379807d97e0d31c3afca35 (diff) | |
refactor: remove unused environment variables
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/DEVELOPMENT.md | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
