8 lines
304 B
TypeScript
8 lines
304 B
TypeScript
export const STEPSECURITY_ENV = "agent"; // agent or int
|
|
|
|
export const STEPSECURITY_API_URL = `https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`;
|
|
|
|
export const STEPSECURITY_TELEMETRY_URL =
|
|
"https://prod.app-api.stepsecurity.io/v1";
|
|
|
|
export const STEPSECURITY_WEB_URL = "https://app.stepsecurity.io";
|