Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan authored Sep 27, 2023
1 parent 8f9e25a commit 7eb6727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Basic/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export function getConfigObject() {
switch (flavor) {
case 'staging':
return {
'appPlatformID-apple': '4a2f6dbf-e684-4d65-a4df-0488771c577d',
'appPlatformID-android': 'b7232eba-ff1d-4b7f-b8d0-55593b66c1d5',
'appPlatformID-apple': 'APPLE_STG_APP_PLATFORM_ID',
'appPlatformID-android': 'ANDROID_STG_APP_PLATFORM_ID',
logLevel: 'DEBUG',
namiCommands: ['useStagingAPI', 'useNamiWindow'],
initialConfig: getInitialConfig(),
Expand Down

0 comments on commit 7eb6727

Please sign in to comment.