Skip to content

Commit a1411b5

Browse files
ekizito96Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 7503d4a commit a1411b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Open `.env` and set the following fields:
4242
ENCRYPTION_KEY=<your first openssl output>
4343
STATE_KEY=<your second openssl output>
4444
API_KEY=<a strong random string — this is your admin key for the Broker>
45-
BROKER_API_KEY=<same value as API_KEY — the Gateway uses this to talk to the Broker>
45+
BROKER_API_KEY=<a different strong random string — the Gateway uses this to talk to the Broker>
4646
```
4747

4848
The remaining variables in `.env.example` have sensible defaults for local development. `BASE_URL` defaults to `http://localhost:8080`, which means the OAuth callback URL is `http://localhost:8080/auth/callback`. Register that URI in your provider's developer console.

0 commit comments

Comments
 (0)