Finish the user register.
This commit is contained in:
@ -5,14 +5,14 @@ const (
|
||||
COOKIE_AUTH_KEY = "_ak"
|
||||
|
||||
//使用用户名密码给接口授权key
|
||||
USERNAME_KEY = "authUsername"
|
||||
PASSWORD_KEY = "authPassword"
|
||||
USERNAME_KEY = "_username"
|
||||
PASSWORD_KEY = "_password"
|
||||
|
||||
//默认端口号
|
||||
DEFAULT_SERVER_PORT = 6010
|
||||
|
||||
//数据库表前缀 tank200表示当前应用版本是tank:2.0.x版,数据库结构发生变化必然是中型升级
|
||||
TABLE_PREFIX = "tank20_"
|
||||
//数据库表前缀 tank30_表示当前应用版本是tank:3.0.x版,数据库结构发生变化必然是中型升级
|
||||
TABLE_PREFIX = "tank30_"
|
||||
|
||||
//当前版本
|
||||
VERSION = "3.0.0.beta1"
|
||||
|
Reference in New Issue
Block a user