Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBEX/98103: add lighthouse staging api key to settings example #19767

Merged
merged 1 commit into from
Dec 6, 2024
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
2 changes: 2 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@ lighthouse:
client_id: ~
rsa_key: ~
api_key: fake_key
staging_api_key: fake_key
benefits_claims:
host: https://sandbox-api.va.gov
access_token:
Expand Down Expand Up @@ -1004,6 +1005,7 @@ lighthouse:
aud_claim_url: https://deptva-eval.okta.com/oauth2/ausftw7zk6eHr7gMN2p7/v1/token
benefits_reference_data:
url: https://sandbox-api.va.gov
staging_url: https://staging-api.va.gov
path: services/benefits-reference-data
version: v1
direct_deposit:
Expand Down
Loading