fix old, fix config tag

This commit is contained in:
yuzuki999
2023-06-02 23:26:02 +08:00
parent 85bde00ded
commit f034bbd39b
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ import (
func TestConf_LoadFromPath(t *testing.T) {
c := New()
t.Log(c.LoadFromPath("../example/config.yml.example"), c.NodesConfig[0].ControllerConfig.LimitConfig.IPLimit)
t.Log(c.LoadFromPath("../example/config.yml.example"), c.NodesConfig[0].ControllerConfig.EnableXtls)
}
func TestConf_Watch(t *testing.T) {