]> code.delx.au - pymsnt/blob - src/config.py
Major changes. Moved everything away from twistd and .tac files. Its nicer this way...
[pymsnt] / src / config.py
1 # This file contains the default settings for various options.
2 # Please edit config.xml instead of this file
3
4 jid = "msn"
5 ip = "127.0.0.1"
6 compjid = ""
7 spooldir = ""
8
9 mainServer = "127.0.0.1"
10 website = ""
11 port = "5347"
12 secret = "secret"
13
14 lang = "en"
15
16 mailNotifications = False
17 sessionGreeting = ""
18 registerMessage = ""
19 allowRegister = False
20 getAllAvatars = False
21 useXCP = False
22
23 ftJabberPort = ""
24 ftOOBPort = ""
25 ftOOBRoot = "http://" + ip + "/"
26
27 admins = []
28
29 reactor = ""
30 daemonise = False
31 pid = ""
32
33 debugLevel = "0" # 0->None, 1->Traceback, 2->WARN,ERROR, 3->INFO,WARN,ERROR
34 debugFile = ""