initialise repo
[debian/mudpuppy.git] / config.py
1 #!/usr/bin/env python
2
3 mudpuppy_api_url = 'http://localhost:4554/'
4
5 orchestra_socket = '/var/run/conductor.sock'
6 default_orchestra_target = 'localhost' # see modules.orchestra
7
8 installed_modules = (
9                 'test.TestAlwaysAutomates',
10         )
11
12 try:
13         from localconfig import *
14 except:
15         pass