-
Notifications
You must be signed in to change notification settings - Fork 25
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
Jeff Pihach
committed
Dec 9, 2021
1 parent
2d6f1cb
commit 39ccb4e
Showing
3 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
var jujuDashboardConfig = { | ||
// API host to allow app to connect and retrieve models | ||
baseControllerURL: null, | ||
// Configurable base url to allow deploying to different paths. | ||
baseAppURL: "{{.baseAppURL}}", | ||
// If true then identity will be provided by a third party provider. | ||
identityProviderAvailable: {{.identityProviderAvailable}}, | ||
// Is this application being rendered in Juju and not JAAS. This flag should | ||
// only be used for superficial updates like logos. Use feature detection | ||
// for other environment features. | ||
isJuju: {{.isJuju}}, | ||
}; |
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