From 4482b036e93d40dd10f906b7fce2323dee6e4f66 Mon Sep 17 00:00:00 2001 From: Ashish Kurmi Date: Mon, 1 Apr 2024 19:15:45 -0700 Subject: [PATCH] restoring config values to previous state --- src/configs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";