Minor changes and fixes.

This commit is contained in:
Scott Idem
2022-10-12 19:07:08 -04:00
parent 6cfd76c788
commit a1f5a996ae
3 changed files with 6 additions and 5 deletions

View File

@@ -44,11 +44,11 @@ class Event_Device_Base(BaseModel):
api_secret_key: Optional[str]
api_server_base_url: Optional[str]
api_base_url: Optional[str]
app_server_base_url: Optional[str]
file_server_base_url: Optional[str]
api_server_base_url_bak: Optional[str] # Backup URL
api_base_url_bak: Optional[str] # Backup URL
app_server_base_url_bak: Optional[str] # Backup URL
file_server_base_url_bak: Optional[str] # Backup URL
@@ -71,7 +71,7 @@ class Event_Device_Base(BaseModel):
trigger_show_admin: Optional[str]
trigger_show_hidden: Optional[str]
host_file_cache_path: Optional[str] # Path for hash file cache only
local_file_cache_path: Optional[str] # Path for hash file cache only
host_file_temp_path: Optional[str] # Path for copied and renamed temporary files from hash file cache directory
recording_path: Optional[str] # Path to save recordings