Skip to content

Commit

Permalink
Merge pull request #8 from ashishkurmi/ak-revert-1
Browse files Browse the repository at this point in the history
Revert "Revert "restoring config values to previous state""
  • Loading branch information
ashishkurmi authored Apr 2, 2024
2 parents 647f296 + e69cb0e commit aa68139
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 aa68139

Please sign in to comment.