Initial export of EON_EMOBILITY_VIRTA

This commit is contained in:
Thorsten Schmitz
2026-07-08 23:05:45 +02:00
commit 22e8e727a9
5 changed files with 72 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
description = "VIRTA API PROD SERVER";
host = "api.virta.fi";
port = 443;
pathPrefix = "/v4/admin";
proxyType = none;
proxyHost = "localhost";
proxyPort = 0;
authType = none;
useSSL = true;
timeout = 0;
sslHostCheck = false;
sslAuth = anonymous;