mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-19 18:08:21 +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 = {}
|
||||
-- set logging level
|
||||
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.db = DBHelper:new{db=REGISTRY.user}
|
||||
REGISTRY.layout = 'default'
|
||||
|
Loading…
Reference in New Issue
Block a user