mirror of
https://github.com/cmur2/munin-mumble.git
synced 2024-12-22 12:54:28 +01:00
icesecretread -> icesecret
This commit is contained in:
parent
3f78cc97cb
commit
bba2b55493
@ -18,8 +18,8 @@ iceport=6502
|
|||||||
|
|
||||||
#Ice Password to get read access.
|
#Ice Password to get read access.
|
||||||
#If there is no such var in your murmur.ini, this can have any value.
|
#If there is no such var in your murmur.ini, this can have any value.
|
||||||
#You can also use the icesecretwrite of your server.
|
#You can use the values of icesecret, icesecretread or icesecretwrite in your murmur.ini
|
||||||
icesecretread="secureme"
|
icesecret="secureme"
|
||||||
|
|
||||||
#MessageSizeMax; increase this value, if you get a MemoryLimitException.
|
#MessageSizeMax; increase this value, if you get a MemoryLimitException.
|
||||||
# Also check this value in murmur.ini of your Mumble-Server.
|
# Also check this value in murmur.ini of your Mumble-Server.
|
||||||
@ -36,7 +36,7 @@ id = Ice.InitializationData()
|
|||||||
id.properties = props
|
id.properties = props
|
||||||
|
|
||||||
ice = Ice.initialize(id)
|
ice = Ice.initialize(id)
|
||||||
ice.getImplicitContext().put("secret", icesecretread)
|
ice.getImplicitContext().put("secret", icesecret)
|
||||||
|
|
||||||
import Murmur
|
import Murmur
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user