Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/praefect/config')
-rw-r--r--internal/praefect/config/config.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/praefect/config/config.go b/internal/praefect/config/config.go
index cdd4b3e81..b074c1f01 100644
--- a/internal/praefect/config/config.go
+++ b/internal/praefect/config/config.go
@@ -13,13 +13,6 @@ import (
"gitlab.com/gitlab-org/gitaly/internal/praefect/models"
)
-const (
- // EnvPidFile is the name of the environment variable containing the pid file path
- EnvPidFile = "PRAEFECT_PID_FILE"
- // EnvUpgradesEnabled is an environment variable that when defined gitaly must enable graceful upgrades on SIGHUP
- EnvUpgradesEnabled = "PRAEFECT_UPGRADES_ENABLED"
-)
-
// Config is a container for everything found in the TOML config file
type Config struct {
ListenAddr string `toml:"listen_addr"`