]> code.delx.au - pymsnt/blob - src/config.py
Small fix
[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 host = "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://" + host + "/"
26 ftSizeLimit = "0"
27
28 admins = []
29
30 reactor = ""
31 background = False
32 pid = ""
33
34 debugLevel = "0" # 0->None, 1->Traceback, 2->WARN,ERROR, 3->INFO,WARN,ERROR
35 debugFile = ""