chore(config): remove secret_key config

This commit is contained in:
LinkinStars 2023-05-24 19:08:17 +08:00
parent 0ab505a216
commit 74a990d8b5
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
package service_config
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"`
}