; ;Ice configuration ; [ice] ; Host and port of the Ice interface on ; the target Murmur server. host = 127.0.0.1 port = 6502 ; Slicefile to use (e.g. /etc/slice/Murmur.ice), ; if empty MuMo will load the slice file from the ; target server at startup. slice = ; Semicolon seperated list of slice include directories ; to consider. This is only used on legacy platforms ; with old or broken Ice versions. slicedirs = /usr/share/slice;/usr/share/Ice/slice ; Shared secret between the MuMo and the Murmur ; server. For security reason you should always ; use a shared secret. secret = ;Check Ice connection every x seconds watchdog = 15 [murmur] ; Comma seperated list of server ids to listen on (empty for all) ; note that if a server isn't listed here no events for it can ; be received in any module servers = [modules] mod_dir = modules/ cfg_dir = modules-enabled/ timeout = 2 [system] pidfile = mumo.pid ; Logging configuration [log] ; Available loglevels: 10 = DEBUG (default) | 20 = INFO | 30 = WARNING | 40 = ERROR level = file = mumo.log [iceraw] Ice.ThreadPool.Server.Size = 5