[management,signal,proxy,relay,misc] Restore legacy config wiring

This commit is contained in:
jnfrati
2026-09-02 17:58:29 +02:00
parent ac1e9b86db
commit 27d39916f7
10 changed files with 114 additions and 44 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ type Config struct {
// ID identifies this proxy instance to management. Empty values are
// replaced with a timestamped default at Server.Start time (see
// initDefaults), not in New.
ID string `yaml:"id" env:"NB_PROXY_ID"`
ID string `yaml:"id" env:"-"`
// Logger is the logrus logger used everywhere. Empty values fall
// back to log.StandardLogger() at Server.Start time (see
// initDefaults), not in New.