dev
parent
d943f8ad7f
commit
1e3f760be6
|
@ -61,7 +61,7 @@ func (o *Option) readYaml(yamlFile string) *Option {
|
|||
|
||||
func loadALLOption() *Option {
|
||||
option := newOptionObj()
|
||||
option = option.readYaml("/conf/")
|
||||
option = option.readYaml("/conf/option.yaml")
|
||||
return option
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue