diff --git a/src/configs.ts b/src/configs.ts index b0bac57c..597d307e 100644 --- a/src/configs.ts +++ b/src/configs.ts @@ -1,5 +1,5 @@ -export const STEPSECURITY_ENV = "int"; //"agent"; // agent or int +export const STEPSECURITY_ENV = "agent"; // agent or int export const STEPSECURITY_API_URL = `https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`; -export const STEPSECURITY_WEB_URL = "https://int1.stepsecurity.io"; +export const STEPSECURITY_WEB_URL = "https://app.stepsecurity.io";