This commit is contained in:
2023-08-20 14:42:46 +08:00
parent dcd961ee86
commit e4fe101e4d
12 changed files with 119 additions and 3 deletions

View File

@@ -84,6 +84,7 @@ type YamlConfig struct {
Sleep int64 `yaml:"sleep"`
User string `yaml:"user"`
Password string `ymal:"password"`
MmlHome string `yaml:"mmlHome"`
} `yaml:"mml"`
NE struct {

View File

@@ -32,6 +32,7 @@ mml:
sleep: 200
user: admin
password: admin
mmlHome: ./mmlhome
ne:
user: root

View File

@@ -32,6 +32,7 @@ mml:
sleep: 200
user: admin
password: admin
mmlHome: ./mmlhome
ne:
user: root