1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

merge branch 'release-1.11.4' into develop

This commit is contained in:
Anthony Lapenna 2017-03-03 12:54:22 +01:00
commit 44ceae40b5
16 changed files with 527 additions and 111 deletions

View file

@ -13,4 +13,5 @@ const (
defaultTLSCACertPath = "/certs/ca.pem"
defaultTLSCertPath = "/certs/cert.pem"
defaultTLSKeyPath = "/certs/key.pem"
defaultSyncInterval = "60s"
)