Skip to content

Commit

Permalink
test: test fix for web-base-cli with json string in env
Browse files Browse the repository at this point in the history
  • Loading branch information
anh.pham committed Jul 24, 2024
1 parent 9309bc7 commit b1cd63c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM repo.backbase.com/backbase-docker-releases/web-base:2.0.7
FROM repo.backbase.com/backbase-docker-releases/web-base:2.1.0-beta.2

COPY ./dist/apps/golden-sample-app /statics
5 changes: 5 additions & 0 deletions apps/golden-sample-app/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ export const authConfig: AuthConfig = {
showDebugInformation: true,

logoutUrl: document.baseURI + 'logout',

// @ts-expect-error hello
testEnv: '${TEST_ENV}',
};

console.warn('should work', '${TEST_ENV}');
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ services:
AUTH_CLIENT_ID: bb-web-client
LOCALES: en,nl
FALLBACK_LOCALE: nl
TEST_ENV: '{"issuer":"https://identity.dev.rndce.azure.backbaseservices.com/auth/realms/employee"}'

0 comments on commit b1cd63c

Please sign in to comment.