A lot of clean up!!!

This commit is contained in:
Scott Idem
2022-10-14 17:22:14 -04:00
parent 3a4812de4c
commit eb53e46ebc
16 changed files with 1819 additions and 433 deletions

View File

@@ -11,15 +11,20 @@
"app_root_path": "[home]/OSIT/native_app",
"api_protocol": "https",
"api_server": "api.oneskyit.com",
"api_port": 443,
"api_path": "",
"api_secret_key": "ABCD1234XYZ",
"api_base_url": "http://dev-api.oneskyit.local:5005",
"app_server_base_url": "http://dev-demo.oneskyit.local:5000",
"file_server_base_url": "",
"api_protocol_backup": "https",
"api_server_backup": "bak-api.oneskyit.com",
"api_port_backup": 443,
"api_path_backup": "",
"api_secret_key_backup": "ABCD1234XYZ",
"api_base_url_bak": "https://dev-api.oneskyit.com",
"app_server_base_url_bak": "https://dev-demo.oneskyit.com",
"file_server_base_url_bak": "",
"file_server_base_url": "",
"file_server_base_url_backup": "",
"api_remote_base_url": "https://dev-fastapi.oneskyit.com",
"api_local_base_url": "http://dev-fastapi.oneskyit.local:5005",
@@ -29,14 +34,14 @@
"use_local_db": false,
"idb_name": "osit",
"idb_event_check_period": 120000,
"idb_event_location_check_period": 90000,
"idb_event_session_check_period": 90000,
"idb_event_presentation_check_period": 90000,
"idb_event_presenter_check_period": 60000,
"idb_event_file_check_period": 30000,
"idb_event_check_period": 240000,
"idb_event_location_check_period": 120000,
"idb_event_session_check_period": 120000,
"idb_event_presentation_check_period": 120000,
"idb_event_presenter_check_period": 90000,
"idb_event_file_check_period": 60000,
"host_file_cache_path": "[home]/OSIT/file_cache",
"local_file_cache_path": "[home]/OSIT/file_cache",
"host_file_cache_check_period": 30000,
"host_file_temp_path": "[home]/OSIT/temp",