feat(config): add base url support EE-506 (#5999)

This commit is contained in:
Prabhat Khera
2021-12-03 14:34:45 +13:00
committed by GitHub
parent 335f951e6b
commit 4aea5690a8
21 changed files with 71 additions and 55 deletions

View File

@@ -19,4 +19,5 @@ const (
defaultSSLCertPath = "/certs/portainer.crt"
defaultSSLKeyPath = "/certs/portainer.key"
defaultSnapshotInterval = "5m"
defaultBaseURL = "/"
)