mirror of https://gitee.com/answerdev/answer.git
chore(config): remove secret_key config
This commit is contained in:
parent
0ab505a216
commit
74a990d8b5
|
@ -1,6 +1,5 @@
|
||||||
package service_config
|
package service_config
|
||||||
|
|
||||||
type ServiceConfig struct {
|
type ServiceConfig struct {
|
||||||
SecretKey string `json:"secret_key" mapstructure:"secret_key" yaml:"secret_key"`
|
|
||||||
UploadPath string `json:"upload_path" mapstructure:"upload_path" yaml:"upload_path"`
|
UploadPath string `json:"upload_path" mapstructure:"upload_path" yaml:"upload_path"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue