Add mumo.py with Ice connectivity. For now no context support.

This commit is contained in:
Stefan Hacker
2010-12-20 01:08:01 +01:00
parent 38f7c57d60
commit ad862225fa
7 changed files with 537 additions and 27 deletions

45
mumo.ini Normal file
View File

@@ -0,0 +1,45 @@
;
;Ice configuration
;
[ice]
; Host and port of the Ice interface on
; the target Murmur server.
;host = 127.0.0.1
;port = 6502
; If you do not define a slicefile here MuMo
; will try to automatically retrieve it from
; the server. This forces need_on_startup to
; True
;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
[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 = 10
;file = mumo.log