Skip to content

Commit

Permalink
chore: refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
ankypant committed Jun 27, 2024
1 parent e00b5ea commit 2282ac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/golden-sample-app/proxy.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"secure": false,
"changeOrigin": true,
"headers": {
"X-SDBXAZ-API-KEY": "goldensample-25481CBA-0A08-4B77-810D-D3875BAEEF5E"
"X-SDBXAZ-API-KEY": "<place-your-api-key-here>"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const environment: Environment = {
bbApiKey: 'a554d1b4-6514-4f33-8211-3f52a03ca142',
telemetryCollectorURL: 'https://rum-collector.backbase.io/v1/traces',
env: 'production',
sandboxApiKey: 'goldensample-25481CBA-0A08-4B77-810D-D3875BAEEF5E',
sandboxApiKey: '<place-your-api-key-here>',
};

export const authConfig: AuthConfig = {
Expand Down
2 changes: 1 addition & 1 deletion apps/golden-sample-app/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const environment: Environment = {
bbApiKey: 'a554d1b4-6514-4f33-8211-3f52a03ca142',
telemetryCollectorURL: 'https://rum-collector.backbase.io/v1/traces',
env: 'local',
sandboxApiKey: 'goldensample-25481CBA-0A08-4B77-810D-D3875BAEEF5E',
sandboxApiKey: '<place-your-api-key-here>',
};

export const authConfig: AuthConfig = {
Expand Down

0 comments on commit 2282ac9

Please sign in to comment.