mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 07:37:33 +02:00
zero: use os.UserCacheDir for boostrap config path (#4744)
This commit is contained in:
parent
6810091d38
commit
14b13bb791
3 changed files with 24 additions and 1 deletions
|
@ -72,7 +72,6 @@ func newControllerConfig(opts ...Option) *controllerConfig {
|
|||
for _, opt := range []Option{
|
||||
WithClusterAPIEndpoint("https://console.pomerium.com/cluster/v1"),
|
||||
WithConnectAPIEndpoint("https://connect.pomerium.com"),
|
||||
WithBootstrapConfigFileName("/var/cache/pomerium-bootstrap.dat"),
|
||||
WithDatabrokerLeaseDuration(time.Second * 30),
|
||||
WithDatabrokerRequestTimeout(time.Second * 30),
|
||||
} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue