We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9894e3 commit 5618443Copy full SHA for 5618443
application/src/constants.ts
@@ -17,11 +17,11 @@ const getConfig = (processKey: string, windowKey: string) => {
17
};
18
19
export const entryPointUriPath =
20
- getConfig('ENTRY_POINT_URI_PATH', 'entryPointUriPath') ?? '';
+ getConfig('ENTRY_POINT_URI_PATH', 'entryPointUriPath') ?? 'mollie';
21
22
export const PERMISSIONS = entryPointUriPathToPermissionKeys(entryPointUriPath);
23
export const CLOUD_IDENTIFIER =
24
- getConfig('CLOUD_IDENTIFIER', 'cloudIdentifier') ?? '';
+ getConfig('CLOUD_IDENTIFIER', 'cloudIdentifier') ?? 'gcp-eu';
25
export const CUSTOM_APPLICATION_ID =
26
getConfig('CUSTOM_APPLICATION_ID', 'customApplicationId') ?? '';
27
export const APPLICATION_URL =
0 commit comments