create system register agent id

This commit is contained in:
2026-04-13 20:53:40 +03:00
parent 648c2d0a99
commit 76fe95400c
6 changed files with 100 additions and 13 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ type AgentConfig struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
} `yaml:"hub"`
LogLevel string `yaml:"log_level"`
LogLevel string `yaml:"log_level"`
SettingsPath string `yaml:"settings_path"`
}
func NewConfig() (*AgentConfig, error) {