From 555031260e004dbb864463acb3ee66ed9ac2638e Mon Sep 17 00:00:00 2001 From: Ashish Kurmi Date: Tue, 2 Apr 2024 15:52:31 -0700 Subject: [PATCH] Revert "restoring config values to previous state" This reverts commit 4482b036e93d40dd10f906b7fce2323dee6e4f66. --- src/configs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configs.ts b/src/configs.ts index 597d307e..b0bac57c 100644 --- a/src/configs.ts +++ b/src/configs.ts @@ -1,5 +1,5 @@ -export const STEPSECURITY_ENV = "agent"; // agent or int +export const STEPSECURITY_ENV = "int"; //"agent"; // agent or int export const STEPSECURITY_API_URL = `https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`; -export const STEPSECURITY_WEB_URL = "https://app.stepsecurity.io"; +export const STEPSECURITY_WEB_URL = "https://int1.stepsecurity.io";