mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-16 21:40:51 +01:00
Created Gateway config (basic) (markdown)
parent
c9db6c1c92
commit
5607ae1fa7
15
Gateway-config-(basic).md
Normal file
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.
|
Loading…
x
Reference in New Issue
Block a user