Commit 922ae143 authored by Philipp's avatar Philipp

Update slapos/software/opcua-server-fhi/instance.cfg.in

parent 3a813965
......@@ -32,13 +32,16 @@ partition = ${slap-connection:partition-id}
url = ${slap-connection:server-url}
key = ${slap-connection:key-file}
cert = ${slap-connection:cert-file}
# Default parameters
# Default parameters will be overwritten when called with request.py
configuration.opcua-port = "4840"
configuration.ipv6-enabled = "1"
configuration.ipv6-enabled = {{ parameter_dict['ipv6-enabled'] }}
configuration.opcua-port = {{ parameter_dict['opcua-port'] }}
[opcua-xml-url]
recipe = slapos.recipe.build:download
url = {{ parameter_dict['opcua-xml-url'] }}
url = https://lab.nexedi.com/Demonkey/osie/raw/philipp_opcua/opcua-to-http-gw/opcua-server-config.xml
offline = false
destination = ${directory:etc}/schema.xml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment