mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 18:01:56 +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
|
# # permission
|
||||||
WHITE_LIST = ["127.0.0.1"]
|
WHITE_LIST = ["127.0.0.1"]
|
||||||
USE_ACL = False
|
USE_ACL = True
|
||||||
|
|
||||||
# # elastic search
|
# # elastic search
|
||||||
ES_HOST = '127.0.0.1'
|
ES_HOST = '127.0.0.1'
|
||||||
|
Reference in New Issue
Block a user