1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

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

This commit is contained in:
Anthony Lapenna 2018-07-06 12:15:10 +02:00
commit 85d50d7566

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"
)