The default value of USE_ACL is set to True

This commit is contained in:
pycook 2023-08-29 14:49:09 +08:00
parent cd70b16eb3
commit 08f9bd9071
1 changed files with 1 additions and 1 deletions

View File

@ -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'