mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
add dany to supported user
This commit is contained in:
parent
bac46c691a
commit
9b519ffb46
BIN
dist/antd_web_apps.tar.gz
vendored
BIN
dist/antd_web_apps.tar.gz
vendored
Binary file not shown.
@ -26,7 +26,7 @@ require(BASE_FRW.."silk.api")
|
|||||||
local REGISTRY = {}
|
local REGISTRY = {}
|
||||||
-- set logging level
|
-- set logging level
|
||||||
REGISTRY.logger = Logger:new{ levels = {INFO = false, ERROR = true, DEBUG = false}}
|
REGISTRY.logger = Logger:new{ levels = {INFO = false, ERROR = true, DEBUG = false}}
|
||||||
REGISTRY.users_allowed = { phuong = true, mrsang = true }
|
REGISTRY.users_allowed = { phuong = true, mrsang = true, dany = true }
|
||||||
REGISTRY.user = "mrsang"
|
REGISTRY.user = "mrsang"
|
||||||
REGISTRY.db = DBHelper:new{db=REGISTRY.user}
|
REGISTRY.db = DBHelper:new{db=REGISTRY.user}
|
||||||
REGISTRY.layout = 'default'
|
REGISTRY.layout = 'default'
|
||||||
|
Loading…
Reference in New Issue
Block a user