Skip to content

Commit

Permalink
Merge pull request #7 from ashishkurmi/ak-revert-4482b036e93d40dd10f9…
Browse files Browse the repository at this point in the history
…06b7fce2323dee6e4f66

Revert "restoring config values to previous state"
  • Loading branch information
ashishkurmi authored Apr 2, 2024
2 parents 062189b + 5550312 commit 45d77e8
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 = "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";

0 comments on commit 45d77e8

Please sign in to comment.