mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-30 19:06:33 +02:00
11 lines
203 B
Go
11 lines
203 B
Go
//go:build release
|
|
|
|
package cmd
|
|
|
|
func getConnectAPIEndpoint() string {
|
|
return "https://connect.pomerium.app"
|
|
}
|
|
|
|
func getClusterAPIEndpoint() string {
|
|
return "https://console.pomerium.app/cluster/v1"
|
|
}
|