Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev/config/base-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ ibex:

bridge:
enabled: true
apiKey: "sk-test-3bd6463c9cd77c3d8858c60b9997d0c6"
apiKey: "" # real key injected via config overrides; never commit a real key
baseUrl: "https://api.sandbox.bridge.xyz/v0"
minWithdrawalAmount: 2
timeoutMs: 15000
webhook:
port: 4009
replaySecret: "also-not-so-secret"
replaySecret: "" # set BRIDGE_WEBHOOK_REPLAY_SECRET or a local override to enable /internal/replay
publicKeys:
kyc: |
-----BEGIN PUBLIC KEY-----
Expand Down
Loading