mirror of https://github.com/portainer/portainer
Merge branch 'develop' of github.com:portainer/portainer into develop
commit
85d50d7566
|
@ -15,5 +15,5 @@ const (
|
||||||
defaultSSLCertPath = "C:\\certs\\portainer.crt"
|
defaultSSLCertPath = "C:\\certs\\portainer.crt"
|
||||||
defaultSSLKeyPath = "C:\\certs\\portainer.key"
|
defaultSSLKeyPath = "C:\\certs\\portainer.key"
|
||||||
defaultSyncInterval = "60s"
|
defaultSyncInterval = "60s"
|
||||||
defaultTemplateFile = "C:\\templates.json"
|
defaultTemplateFile = "/templates.json"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue