Skip to content

Commit 5b74fff

Browse files
committed
Add description of domain_use_ip_from_network
1 parent a79b1cc commit 5b74fff

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

OpenFlowNodeRED/noderedlocal.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ saml_issuer=uri:localhost.openrpa.dk
1010
websocket_max_package_count=1048576
1111
api_ws_url=ws://localhost.openrpa.dk
1212
domain=localhost.openrpa.dk
13+
# add the name of you network card here, to use the IP ( can be dhcp assigned ) from this NIC
14+
# for instance eth0, or Wi-Fi
1315
domain_use_ip_from_network=
1416
protocol=http
1517
jwt=

OpenFlowNodeRED/noderedremote.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ saml_issuer=uri:app.openiap.io
1010
websocket_max_package_count=1048576
1111
api_ws_url=wss://app.openiap.io
1212
domain=localhost.openrpa.dk
13+
# add the name of you network card here, to use the IP ( can be dhcp assigned ) from this NIC
14+
# for instance eth0, or Wi-Fi
1315
domain_use_ip_from_network=
1416
protocol=http
1517
jwt=

0 commit comments

Comments
 (0)