You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "(Internal) Override the agent version to download. Must start with 'v' followed by semver (e.g., 'v0.8.4', 'v0.8.4-beta-feature', 'v1.0.0-rc'). If not specified, uses the version from package.json."
40
40
type: string
41
41
42
-
_control-plane-base-url:
43
-
description: "(Internal) Base URL for the Bullfrog control plane API. This is useful for testing changes in a fork. The URL should end with a slash."
42
+
_control-plane-api-base-url:
43
+
description: "(Internal) Base URL for the Bullfrog control plane API. This is useful for testing changes in a fork."
44
44
type: string
45
45
default: "https://api.bullfrogsec.com/"
46
46
47
+
_control-plane-webapp-base-url:
48
+
description: "(Internal) Base URL for the Bullfrog control plane webapp. This is useful for testing changes in a fork."
49
+
type: string
50
+
default: "https://app.bullfrogsec.com/"
51
+
47
52
_log-directory:
48
53
description: "(Internal) Directory to store log files."
0 commit comments