Merge pull request #395 from weiss/fix-turn-example

Fix example: turn_ip must be specified as string
This commit is contained in:
badlop 2015-01-04 12:06:17 +01:00
commit afaf68159d
1 changed files with 1 additions and 1 deletions

View File

@ -2083,7 +2083,7 @@ listen:
port: 3478
transport: udp
use_turn: true
turn_ip: 10.20.30.1
turn_ip: "10.20.30.1"
module: ejabberd_stun
...
\end{verbatim}