-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
075ae80
commit 2e2a4e6
Showing
2 changed files
with
28 additions
and
30 deletions.
There are no files selected for viewing
57 changes: 28 additions & 29 deletions
57
hub.deriv.com/PartnersHub/scripts/PartnersHub.appDefinition.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
define("PartnersHub.appDefinition", ["@outsystems/runtime-core-js"], function (OSRuntimeCore) { | ||
var OS = OSRuntimeCore; | ||
return { | ||
environmentKey: "DUMMY_KEY", | ||
environmentName: "DUMMY_NAME", | ||
applicationKey: "9587f849-ee05-428a-81d2-3be0a1b1dccc", | ||
applicationName: "Partners Hub", | ||
userProviderName: "Users", | ||
debugEnabled: false, | ||
debugUseWebSockets: true, | ||
homeModuleName: "PartnersHub", | ||
homeModuleKey: "9587f849-ee05-428a-81d2-3be0a1b1dccc", | ||
homeModuleControllerName: "PartnersHub.controller", | ||
homeModuleLanguageResourcesName: "PartnersHub.languageResources", | ||
defaultScreenName: "PartnersHubDashboard", | ||
defaultTransition: "Fade", | ||
errorPageConfig: { | ||
showExceptionStack: false | ||
}, | ||
isWeb: true, | ||
personalArea: null, | ||
showWatermark: false, | ||
buildServiceVersion: "v17.1581.6.0", | ||
clientRuntimeVersion: "6.9.4", | ||
useESM: false, | ||
appVersion: "4954" | ||
}; | ||
}); | ||
|
||
define("PartnersHub.appDefinition", ["@outsystems/runtime-core-js"], function(OSRuntimeCore) { | ||
var OS = OSRuntimeCore; | ||
return { | ||
environmentKey: "DUMMY_KEY", | ||
environmentName: "DUMMY_NAME", | ||
applicationKey: "9587f849-ee05-428a-81d2-3be0a1b1dccc", | ||
applicationName: "Partners Hub", | ||
userProviderName: "Users", | ||
debugEnabled: false, | ||
debugUseWebSockets: true, | ||
homeModuleName: "PartnersHub", | ||
homeModuleKey: "9587f849-ee05-428a-81d2-3be0a1b1dccc", | ||
homeModuleControllerName: "PartnersHub.controller", | ||
homeModuleLanguageResourcesName: "PartnersHub.languageResources", | ||
defaultScreenName: "PartnersHubDashboard", | ||
defaultTransition: "Fade", | ||
errorPageConfig: { | ||
showExceptionStack: false | ||
}, | ||
isWeb: true, | ||
personalArea: null, | ||
showWatermark: false, | ||
buildServiceVersion: "v17.1581.6.0", | ||
clientRuntimeVersion: "6.9.4", | ||
useESM: false, | ||
appVersion: "4954" | ||
}; | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
| ||