|
@@ -10,7 +10,7 @@ type Config struct {
|
|
|
AliOss AliOss `mapstructure:"ali-oss" json:"ali-oss" yaml:"ali-oss"`
|
|
|
EsClient EsClient `mapstructure:"es_client" json:"es_client" yaml:"es_client"`
|
|
|
Mongo Mongo `mapstructure:"mongo" json:"mongo" yaml:"mongo"`
|
|
|
- ChromePath string `mapstructure:"chrome-path" json:"chrome-path" yaml:"chrome-path" description:"chrome路径"`
|
|
|
+ System System `mapstructure:"system" json:"system" yaml:"system"`
|
|
|
}
|
|
|
|
|
|
|
|
@@ -109,3 +109,4 @@ type EtaChartLib struct {
|
|
|
|
|
|
type System struct {
|
|
|
ChromePath string `mapstructure:"chrome-path" json:"chrome-path" yaml:"chrome-path" description:"chrome路径"`
|
|
|
+}
|