Skip to content

Commit

Permalink
cgra-bear - Switch to jirizajic.internal domain
Browse files Browse the repository at this point in the history
  • Loading branch information
BugsBunny338 committed Oct 21, 2022
1 parent f977dba commit e7977fd
Show file tree
Hide file tree
Showing 3 changed files with 553 additions and 4,230 deletions.
4 changes: 2 additions & 2 deletions cgra-bear/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ export const appName = "cgra-bear";

// The URL of analytical GoodData backend with workspaces, insights, metrics, attributes, datasets, and users
// that will be available to the application.
export const backend = "https://demos.na.gooddata.com";
export const backend = "https://jirizajic.internal.gooddata.com";

// The ID of workspace that is selected by default in the optional workspace picker component (located in the web
// application header). It is also a default setting for script that refreshes MD data used by the application.
// MD script shows list of available workspaces on backend in the case when the value is not set to any ID.
export const workspace = "gf5ar7e02sth33atdbzpabhvbddaqva3";
export const workspace = "tr6skk5lty9d9qcbyg7imneoyew4rwbr";

// RegExp used by optional workspace picker component (located in the web application header) to filter out
// workspaces that should not be rendered to the application user. Only the workspaces with title that match
Expand Down
Loading

0 comments on commit e7977fd

Please sign in to comment.