Clean up of launcher and added new Node and Electron functions
This commit is contained in:
@@ -100,13 +100,16 @@
|
||||
console.log(api_secret_key);
|
||||
let api_temporary_token = null;
|
||||
|
||||
let api_base_url = null;
|
||||
let api_server_base_url = app_config.api_server_base_url; // null;
|
||||
let api_server_base_url_bak = app_config.api_server_base_url_bak;
|
||||
let app_server_base_url = app_config.app_server_base_url;
|
||||
// let file_base_url = app_config.file_server_base_url;
|
||||
|
||||
if (app_config.use_local_api) {
|
||||
api_base_url = app_config.api_local_base_url; // 'http://api.localhost:5001'
|
||||
} else {
|
||||
api_base_url = app_config.api_remote_base_url; // 'https://api.oneskyit.com'
|
||||
}
|
||||
// if (app_config.use_local_api) {
|
||||
// api_server_base_url = app_config.api_local_base_url; // 'http://api.localhost:5001'
|
||||
// } else {
|
||||
// api_server_base_url = app_config.api_remote_base_url; // 'https://api.oneskyit.com'
|
||||
// }
|
||||
|
||||
/* ***** **** *** ** * ### * ** *** **** ***** */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user