Skip to content

Commit 5618443

Browse files
MOL-747
- set fallback value for entryPointUriPath + cloudIdentifier
1 parent f9894e3 commit 5618443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ const getConfig = (processKey: string, windowKey: string) => {
1717
};
1818

1919
export const entryPointUriPath =
20-
getConfig('ENTRY_POINT_URI_PATH', 'entryPointUriPath') ?? '';
20+
getConfig('ENTRY_POINT_URI_PATH', 'entryPointUriPath') ?? 'mollie';
2121

2222
export const PERMISSIONS = entryPointUriPathToPermissionKeys(entryPointUriPath);
2323
export const CLOUD_IDENTIFIER =
24-
getConfig('CLOUD_IDENTIFIER', 'cloudIdentifier') ?? '';
24+
getConfig('CLOUD_IDENTIFIER', 'cloudIdentifier') ?? 'gcp-eu';
2525
export const CUSTOM_APPLICATION_ID =
2626
getConfig('CUSTOM_APPLICATION_ID', 'customApplicationId') ?? '';
2727
export const APPLICATION_URL =

0 commit comments

Comments
 (0)