Merge branch 'develop' of github.com:portainer/portainer into develop

pull/2034/head
Anthony Lapenna 2018-07-06 12:15:10 +02:00
commit 85d50d7566
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ const (
defaultSSLCertPath = "C:\\certs\\portainer.crt"
defaultSSLKeyPath = "C:\\certs\\portainer.key"
defaultSyncInterval = "60s"
defaultTemplateFile = "C:\\templates.json"
defaultTemplateFile = "/templates.json"
)