1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

feat(cli): Add CLI flag for health-check (#1366)

This commit is contained in:
1138-4EB 2018-01-15 19:34:07 +01:00 committed by Anthony Lapenna
parent 340ec841fe
commit 6acfb580dc
7 changed files with 37 additions and 6 deletions

View file

@ -4,6 +4,7 @@ const (
defaultBindAddress = ":9000"
defaultDataDirectory = "C:\\data"
defaultAssetsDirectory = "./"
defaultCheckHeath = "false"
defaultNoAuth = "false"
defaultNoAnalytics = "false"
defaultTLSVerify = "false"