mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 03:22:12 +08:00
The default value of USE_ACL is set to True
This commit is contained in:
@@ -87,7 +87,7 @@ DEFAULT_PAGE_COUNT = 50
|
||||
|
||||
# # permission
|
||||
WHITE_LIST = ["127.0.0.1"]
|
||||
USE_ACL = False
|
||||
USE_ACL = True
|
||||
|
||||
# # elastic search
|
||||
ES_HOST = '127.0.0.1'
|
||||
|
Reference in New Issue
Block a user