mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 18:36:30 +02:00
* telemetry: add installation id * set installation id globally * remove unneeded changes
11 lines
148 B
Go
11 lines
148 B
Go
package grpc
|
|
|
|
//go:generate ./protoc.bash
|
|
|
|
const roundRobinServiceConfig = `{
|
|
"loadBalancingConfig": [
|
|
{
|
|
"round_robin": {}
|
|
}
|
|
]
|
|
}`
|