Correct export of Delivery Unit EON_EMOBILITY_VIRTA (42 files, replaces incomplete initial export)
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
description = "VIRTA API PROD SERVER";
|
description = "VIRTA API PROD SERVER";
|
||||||
host = "api.virta.fi";
|
host = "api.virta.fi";
|
||||||
port = 443;
|
port = 443;
|
||||||
pathPrefix = "/v4/admin";
|
pathPrefix = "/v4/admin";
|
||||||
proxyType = none;
|
proxyType = none;
|
||||||
proxyHost = "localhost";
|
proxyHost = "localhost";
|
||||||
proxyPort = 0;
|
proxyPort = 0;
|
||||||
authType = none;
|
authType = none;
|
||||||
useSSL = true;
|
useSSL = true;
|
||||||
timeout = 0;
|
timeout = 0;
|
||||||
sslHostCheck = false;
|
sslHostCheck = false;
|
||||||
sslAuth = anonymous;
|
sslAuth = anonymous;
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
description = "VIRTA API 4.1 PROD SERVER";
|
description = "VIRTA API 4.1 PROD SERVER";
|
||||||
host = "api.virta.global";
|
host = "api.virta.global";
|
||||||
port = 443;
|
port = 443;
|
||||||
pathPrefix = "/admin";
|
pathPrefix = "/admin";
|
||||||
proxyType = none;
|
proxyType = none;
|
||||||
proxyHost = "";
|
proxyHost = "";
|
||||||
proxyPort = 0;
|
proxyPort = 0;
|
||||||
authType = none;
|
authType = none;
|
||||||
useSSL = true;
|
useSSL = true;
|
||||||
timeout = 0;
|
timeout = 0;
|
||||||
sslHostCheck = false;
|
sslHostCheck = false;
|
||||||
sslAuth = anonymous;
|
sslAuth = anonymous;
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
description = "b1i saphanats03 server";
|
description = "b1i saphanats03 server";
|
||||||
host = "192.168.50.187";
|
host = "192.168.50.187";
|
||||||
port = 8080;
|
port = 8080;
|
||||||
pathPrefix = "/B1iXcellerator/exec/ipo/vP.0010000105.in_HCSX/com.sap.b1i.vplatform.runtime/INB_HT_CALL_SYNC_XPT/INB_HT_CALL_SYNC_XPT.ipo/proc";
|
pathPrefix = "/B1iXcellerator/exec/ipo/vP.0010000105.in_HCSX/com.sap.b1i.vplatform.runtime/INB_HT_CALL_SYNC_XPT/INB_HT_CALL_SYNC_XPT.ipo/proc";
|
||||||
proxyType = none;
|
proxyType = none;
|
||||||
proxyHost = "localhost";
|
proxyHost = "localhost";
|
||||||
proxyPort = 0;
|
proxyPort = 0;
|
||||||
authType = none;
|
authType = none;
|
||||||
useSSL = false;
|
useSSL = false;
|
||||||
timeout = 0;
|
timeout = 0;
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "uniorg-approuter",
|
"name": "uniorg-approuter",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4.0.0 <9.0.0"
|
"node": ">=4.0.0 <9.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sap/approuter": "5.13.0"
|
"@sap/approuter": "5.13.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node node_modules/@sap/approuter/approuter.js"
|
"start": "node node_modules/@sap/approuter/approuter.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"welcomeFile": "webapp/index.html",
|
"welcomeFile": "webapp/index.html",
|
||||||
"authenticationMethod": "none",
|
"authenticationMethod": "none",
|
||||||
"routes": []
|
"routes": []
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user