feat:完善项目信息
This commit is contained in:
@ -8,7 +8,7 @@ const (
|
||||
|
||||
RedisKeyForAccountAdmin string = "account:admin"
|
||||
RedisKeyForAccountEnterprise string = "account:enterprise"
|
||||
RedisKeyForTenant string = "tenant:instance"
|
||||
RedisKeyForTenant string = "tenant"
|
||||
RedisKeyForTenantKeys string = "tenant:keys"
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
package config
|
||||
|
||||
var SystemConfig = map[string]interface{}{}
|
||||
var SystemConfig = make(map[string]interface{}, 0)
|
||||
|
||||
//png,jpg,csv,xls,xlsx,pcm,wav,amr,mp3,mp4,json
|
||||
|
||||
|
Reference in New Issue
Block a user