- sku category man almost ok.
- mysql connect str add utf8mb4.
This commit is contained in:
@@ -30,6 +30,9 @@ var (
|
||||
|
||||
AliKey string
|
||||
AliSecret string
|
||||
|
||||
EnableStore bool
|
||||
EnableStoreWrite bool
|
||||
)
|
||||
|
||||
func init() {
|
||||
@@ -59,4 +62,7 @@ func Init() {
|
||||
|
||||
AliKey = beego.AppConfig.DefaultString("aliKey", "")
|
||||
AliSecret = beego.AppConfig.DefaultString("aliSecret", "")
|
||||
|
||||
EnableStore = beego.AppConfig.DefaultBool("enableStore", false)
|
||||
EnableStoreWrite = beego.AppConfig.DefaultBool("enableStoreWrite", false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user