vSiddi commited on
Commit
9d675f2
·
1 Parent(s): 89e1347
Files changed (1) hide show
  1. modules/app_constants.py +1 -1
modules/app_constants.py CHANGED
@@ -52,5 +52,5 @@ MAX_FILE_SIZE = 10 #not implement
52
  LOCAL_PERSISTANT_DB = WORKSPACE_DIRECTORY + "db/"
53
  CONTENT_TYPE = ["Policies", "Playbooks", "Standards", "Reference Docs"]
54
  SYSTEM_CONTENT_DATA = "app-content.json"
55
- SYSTEM_DEPLOYMENT_MODE = 2 #private-0, openai-1, demo-2
56
  ZYSEC_DEMO = "http://zysec.is-a-geek.com:8000/v1" #not enabled yet
 
52
  LOCAL_PERSISTANT_DB = WORKSPACE_DIRECTORY + "db/"
53
  CONTENT_TYPE = ["Policies", "Playbooks", "Standards", "Reference Docs"]
54
  SYSTEM_CONTENT_DATA = "app-content.json"
55
+ SYSTEM_DEPLOYMENT_MODE = 1 #private-0, openai-1, demo-2
56
  ZYSEC_DEMO = "http://zysec.is-a-geek.com:8000/v1" #not enabled yet