Skip to content

Commit

Permalink
revert QA_DEPLOYMENT_ENVIRONMENT from locahost now testing is done
Browse files Browse the repository at this point in the history
Signed-off-by: greg pereira <[email protected]>
  • Loading branch information
Gregory-Pereira committed Dec 15, 2024
1 parent 2ffbc2c commit 5e8d697
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export const BASE_BRANCH = 'main';
// Umami metrics constants
export const PROD_DEPLOYMENT_ENVIRONMENT = 'ui.instructlab.ai';
export const PROD_METRICS_WEBSITE_ID = 'e20a625c-c3aa-487b-81ec-79525ecec36b';
// export const QA_DEPLOYMENT_ENVIRONMENT = 'qa.ui.instructlab.ai';
export const QA_DEPLOYMENT_ENVIRONMENT = 'localhost';
export const QA_DEPLOYMENT_ENVIRONMENT = 'qa.ui.instructlab.ai';
export const QA_METRICS_WEBSITE_ID = '013a7037-2576-4dc9-95e2-a48c234680cb';
export const UMAMI_METRICS_SCRIPT_SOURCE =
'https://umami-umami.ui-instructlab-ai-0e3e0ef4c9c6d831e8aa6fe01f33bfc4-0000.us-south.containers.appdomain.cloud/script.js';

0 comments on commit 5e8d697

Please sign in to comment.