opcua-service/settings.json
2026-05-11 19:40:18 +02:00

14 lines
374 B
JSON

{
"scriptLogLevel" : "INFO",
"Endpoint" : "opc.tcp://opcua.123mc.com:4840",
"httpEnabled" : true,
"keystorePassword" : "",
"httpsEnabled" : false,
"httpPort" : 8081,
"keystoreType" : "JKS",
"scriptLoggingEnabled" : true,
"Host" : "http://localhost:8080",
"httpsPort" : 8443,
"scriptLogDirectory" : "/home/chris/.opcua-gui/logs",
"keystorePath" : ""
}