sync communication configs
This commit is contained in:
parent
3450eab0b0
commit
d70eb804f6
|
@ -47,8 +47,8 @@ ice="tcp -h 127.0.0.1 -p 6502"
|
||||||
# Note that if this is uncommented and with empty content,
|
# Note that if this is uncommented and with empty content,
|
||||||
# access will be denied.
|
# access will be denied.
|
||||||
|
|
||||||
icesecretread=changeme
|
icesecretread=icesecret1
|
||||||
icesecretwrite=changeme
|
icesecretwrite=icesecret2
|
||||||
|
|
||||||
# Murmur defaults to not using D-Bus. If you wish to use dbus, which is one of the
|
# Murmur defaults to not using D-Bus. If you wish to use dbus, which is one of the
|
||||||
# RPC methods available in Murmur, please specify so here. [The D-Bus interface
|
# RPC methods available in Murmur, please specify so here. [The D-Bus interface
|
||||||
|
@ -96,7 +96,7 @@ port=64738
|
||||||
#host=
|
#host=
|
||||||
|
|
||||||
# Password to join server.
|
# Password to join server.
|
||||||
serverpassword=
|
serverpassword=password
|
||||||
|
|
||||||
# Maximum bandwidth (in bits per second) clients are allowed
|
# Maximum bandwidth (in bits per second) clients are allowed
|
||||||
# to send speech at.
|
# to send speech at.
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||||
|
|
||||||
[[gateway]]
|
[[gateway]]
|
||||||
name="si-general"
|
name="si-of-general"
|
||||||
enable=true
|
enable=true
|
||||||
|
|
||||||
[[gateway.inout]]
|
[[gateway.inout]]
|
||||||
|
@ -50,7 +50,7 @@
|
||||||
channel="general"
|
channel="general"
|
||||||
|
|
||||||
[[gateway]]
|
[[gateway]]
|
||||||
name="si-noc"
|
name="si-of-noc"
|
||||||
enable=true
|
enable=true
|
||||||
|
|
||||||
[[gateway.inout]]
|
[[gateway.inout]]
|
||||||
|
|
Loading…
Reference in New Issue