add hostname

This commit is contained in:
2023-11-30 10:18:01 +08:00
parent 7d93332e51
commit 2c3532f12f
3 changed files with 14 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ import (
type Config struct {
Address string `yaml:"address"`
Hostname string `yaml:"hostname"`
DBType string `yaml:"dbtype"`
DBAddr string `yaml:"dbaddr"`
Authorization string `yaml:"authorization"`