mumo3/mumo.ini

51 lines
814 B
INI
Raw Normal View History

;
;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
slice = Murmur.ice
; 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 = muauth.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