From 556f4e66a57f4c67d417d2f920066d9703660776 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 25 May 2022 15:22:32 -0400 Subject: [PATCH] Changed root URLs --- app/index.html | 25 +++++++++++++------------ config.json | 9 +++++++++ 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/app/index.html b/app/index.html index 0d359b7..b9ac665 100644 --- a/app/index.html +++ b/app/index.html @@ -21,31 +21,32 @@ - + - + - + - + - - + + - + + - + - + - + @@ -126,8 +127,8 @@ - - + + diff --git a/config.json b/config.json index c7671d6..c98e789 100644 --- a/config.json +++ b/config.json @@ -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": "*",