Skip to content

Commit

Permalink
Merge pull request #5 from ashishkurmi/ak-main-14
Browse files Browse the repository at this point in the history
restoring config values to previous state
  • Loading branch information
ashishkurmi authored Apr 2, 2024
2 parents 2d8b852 + 4482b03 commit 32ae005
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 32ae005

Please sign in to comment.