diff --git a/server/node/src/main/resources/bootstrap-coap-transport.config b/server/node/src/main/resources/bootstrap-coap-transport.config new file mode 100755 index 0000000000..02e775dcdd --- /dev/null +++ b/server/node/src/main/resources/bootstrap-coap-transport.config @@ -0,0 +1,7 @@ +{ +"bindInterface":"0.0.0.0", +"bindPort":5683, +"publicInterface":"0.0.0.0", +"publicPort":5683, +"maxBodySize":524288 +} \ No newline at end of file diff --git a/server/node/src/main/resources/operations-coap-transport.config b/server/node/src/main/resources/operations-coap-transport.config new file mode 100755 index 0000000000..da4aefac6a --- /dev/null +++ b/server/node/src/main/resources/operations-coap-transport.config @@ -0,0 +1,7 @@ +{ +"bindInterface":"0.0.0.0", +"bindPort":5684, +"publicInterface":"0.0.0.0", +"publicPort":5684, +"maxBodySize":524288 +} \ No newline at end of file