2010-12-20 01:08:01 +01:00
|
|
|
|
|
|
|
;
|
|
|
|
;Ice configuration
|
|
|
|
;
|
|
|
|
[ice]
|
|
|
|
|
|
|
|
; Host and port of the Ice interface on
|
|
|
|
; the target Murmur server.
|
|
|
|
|
2010-12-20 18:13:04 +01:00
|
|
|
host = 127.0.0.1
|
|
|
|
port = 6502
|
2010-12-20 01:08:01 +01:00
|
|
|
|
2010-12-20 18:13:04 +01:00
|
|
|
; Slicefile to use
|
2010-12-20 01:08:01 +01:00
|
|
|
|
2010-12-20 18:13:04 +01:00
|
|
|
slice = Murmur.ice
|
2010-12-20 01:08:01 +01:00
|
|
|
|
|
|
|
; Shared secret between the MuMo and the Murmur
|
|
|
|
; server. For security reason you should always
|
|
|
|
; use a shared secret.
|
|
|
|
|
2010-12-20 18:13:04 +01:00
|
|
|
secret =
|
2010-12-20 01:08:01 +01:00
|
|
|
|
|
|
|
;Check Ice connection every x seconds
|
|
|
|
|
2010-12-20 18:13:04 +01:00
|
|
|
watchdog = 15
|
2010-12-20 01:08:01 +01:00
|
|
|
|
|
|
|
[modules]
|
2010-12-20 18:13:04 +01:00
|
|
|
mod_dir = modules/
|
|
|
|
cfg_dir = modules-enabled/
|
|
|
|
timeout = 2
|
2010-12-20 01:08:01 +01:00
|
|
|
|
|
|
|
[system]
|
2010-12-20 18:13:04 +01:00
|
|
|
pidfile = muauth.pid
|
2010-12-20 01:08:01 +01:00
|
|
|
|
|
|
|
|
|
|
|
; Logging configuration
|
|
|
|
[log]
|
|
|
|
; Available loglevels: 10 = DEBUG (default) | 20 = INFO | 30 = WARNING | 40 = ERROR
|
|
|
|
|
2010-12-20 18:13:04 +01:00
|
|
|
level =
|
|
|
|
file = mumo.log
|
|
|
|
|
|
|
|
|
|
|
|
[iceraw]
|
|
|
|
Ice.ThreadPool.Server.Size = 5
|