package util import "chain33-pai/pkg/setting" // Setup Initialize the util func Setup() { jwtSecret = []byte(setting.AppSetting.JwtSecret) }