mirror of
https://github.com/kubescape/kubescape.git
synced 2026-03-27 13:58:06 +00:00
12 lines
220 B
Go
12 lines
220 B
Go
package cautils
|
|
|
|
// CA environment vars
|
|
var (
|
|
CustomerGUID = ""
|
|
ClusterName = ""
|
|
EventReceiverURL = ""
|
|
NotificationServerURL = ""
|
|
DashboardBackendURL = ""
|
|
RestAPIPort = "4001"
|
|
)
|