Changed root URLs

This commit is contained in:
Scott Idem
2022-05-25 15:22:32 -04:00
parent 9094b28376
commit 556f4e66a5
2 changed files with 22 additions and 12 deletions

View File

@@ -8,6 +8,15 @@
"app_root_path": "[home]/tmp/OSIT/native_app",
"api_secret_key": "dFP6J9DVj9hUgIMn-fNIqg",
"api_server_base_url": "http://dev-api.oneskyit.local:5005",
"app_server_base_url": "http://dev-demo.oneskyit.local:5000",
"file_server_base_url": "",
"api_server_base_url_bak": "https://dev-api.oneskyit.com",
"app_server_base_url_bak": "https://dev-demo.oneskyit.com",
"file_server_base_url_bak": "",
"api_remote_base_url": "https://dev-fastapi.oneskyit.com",
"api_local_base_url": "http://dev-fastapi.oneskyit.local:5005",
"access_control_allow_origin": "*",