Skip to content

Commit

Permalink
chore: add sandbox api key in proxy config
Browse files Browse the repository at this point in the history
  • Loading branch information
ankypant committed May 7, 2024
1 parent 0672608 commit 45c7aa1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/golden-sample-app/proxy.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"context": "/api",
"target": "https://app.dev.sdbxaz.azure.backbaseservices.com/",
"secure": false,
"changeOrigin": true
"changeOrigin": true,
"headers": {
"X-SDBXAZ-API-KEY": "goldensample-25481CBA-0A08-4B77-810D-D3875BAEEF5E"
}
}

0 comments on commit 45c7aa1

Please sign in to comment.