* Tp 44154 | Tableau integration implemented (#58) * TP-44154 | Integrating tableau dashboard to houston * TP-44154 | Tableau dashboard integration implemented * TP-44154 | resolving pr reviews comments * TP-44154 | resolving pr comments'2 * TP-44154 | Resolving pr comments'3 * TP-44154_new | QA env fix * TP-44154 | prettier fix * TP-44154 | changed route name and header * TP-44154 | removed scroll, footer and fixed height * TP-44154 | added scrolling
10 lines
291 B
JavaScript
10 lines
291 B
JavaScript
window.config = {
|
|
AUTH_BASE_URL: '<AUTH_BASE_URL>',
|
|
AUTH_CLIENT_ID: '<AUTH_CLIENT_ID>',
|
|
ENVIRONMENT: '<ENVIRONMENT>',
|
|
BASE_API_URL: '<BASE_API_URL>',
|
|
CSP_HEADER: '<CSP_HEADER>',
|
|
DISABLE_UNIVERSAL_AUTH: '<DISABLE_UNIVERSAL_AUTH>',
|
|
TABLEAU_SERVER_URL: '<TABLEAU_SERVER_URL>',
|
|
};
|