mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(cli): remove the --no-snapshot CLI flag (#3814)
This commit is contained in:
parent
d202660bb8
commit
4fdb0934cb
6 changed files with 5 additions and 22 deletions
|
@ -17,6 +17,5 @@ const (
|
|||
defaultSSLCertPath = "C:\\certs\\portainer.crt"
|
||||
defaultSSLKeyPath = "C:\\certs\\portainer.key"
|
||||
defaultSyncInterval = "60s"
|
||||
defaultSnapshot = "true"
|
||||
defaultSnapshotInterval = "5m"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue