release v2.3.3

This commit is contained in:
pycook
2023-09-15 17:57:39 +08:00
parent 260aed6462
commit 62829c885b
9 changed files with 457 additions and 17 deletions

View File

@@ -94,5 +94,3 @@ ES_HOST = '127.0.0.1'
USE_ES = False
BOOL_TRUE = ['true', 'TRUE', 'True', True, '1', 1, "Yes", "YES", "yes", 'Y', 'y']
CMDB_API = "http://127.0.0.1:5000/api/v0.1"