Skip to content

Commit 00bdb55

Browse files
committed
build: add iframe url to set-secret.js
To make iframe url configurable in the future Signed-off-by: Bofu Chen (bafu) <[email protected]>
1 parent 049401e commit 00bdb55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

set-secret.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const envConfigFile = `
88
export const BASE_URL = '${process.env.NUMBERS_STORAGE_BASE_URL}';
99
export const TRUSTED_CLIENT_KEY = '${process.env.NUMBERS_STORAGE_TRUSTED_CLIENT_KEY}';
1010
export const BUBBLE_DB_URL = '${process.env.NUMBERS_BUBBLE_DB_URL}';
11+
export const BUBBLE_IFRAME_URL = '${process.env.NUMBERS_BUBBLE_IFRAME_URL}';
1112
export const BUBBLE_API_URL = '${process.env.BUBBLE_API_URL}';
1213
export const APPS_FLYER_DEV_KEY = '${process.env.APPS_FLYER_DEV_KEY}'
1314
`;

0 commit comments

Comments
 (0)