mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix(api): set a default value for potentially empty snapshot interval (#2543)
This commit is contained in:
parent
6648c0bbe7
commit
6b05a35881
3 changed files with 22 additions and 1 deletions
|
@ -780,7 +780,7 @@ const (
|
|||
// APIVersion is the version number of the Portainer API
|
||||
APIVersion = "1.20.0"
|
||||
// DBVersion is the version number of the Portainer database
|
||||
DBVersion = 15
|
||||
DBVersion = 16
|
||||
// AssetsServerURL represents the URL of the Portainer asset server
|
||||
AssetsServerURL = "https://portainer-io-assets.sfo2.digitaloceanspaces.com"
|
||||
// MessageOfTheDayURL represents the URL where Portainer MOTD message can be retrieved
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue