Created Gateway config (basic) (markdown)

Wim 2017-06-30 00:49:05 +02:00
parent c9db6c1c92
commit 5607ae1fa7

15
Gateway-config-(basic).md Normal file

@ -0,0 +1,15 @@
```
[[gateway]]
name="gateway1"
enable=true
[[gateway.inout]]
account="protocol.myprotocol"
channel="prtocolchannel"
[[gateway.inout]]
account="protocol2.myprotocol2"
channel="protocol2channel"
```
See [[Gateway-config-(channel-rules)]] to see how protocolchannel or protocol2channel should be defined.