mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-06 03:17:07 +00:00
5 lines
216 B
TypeScript
5 lines
216 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_WEB_URL = "https://app.stepsecurity.io";
|