Skip to content

Commit

Permalink
restoring config values to previous state
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkurmi committed Apr 2, 2024
1 parent 2a9fc3d commit 8ced6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configs.ts
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit 8ced6b2

Please sign in to comment.