Module config
[show private | hide private]
[frames | no frames]

Module config

Variable Summary
bool background
str co2_home
str debug_file
int debug_level
dict global_vars
str host
int init_ping_delay
str log_file
str maintainer
str maintainer_email
int max_sats
str nick
bool paranoid
str pid_file
str plugin_dir
NoneType plugin_list
int port
tuple registries
str registry
dict registry_vars
str relay_host
int relay_port
dict server_vars
NoneType socket_timeout
bool threaded
NoneType uid

Variable Details

background

Type:
bool
Value:
False                                                                  

co2_home

Type:
str
Value:
'/path/to/co2/'                                                        

debug_file

Type:
str
Value:
'logs/debug'                                                           

debug_level

Type:
int
Value:
2                                                                      

global_vars

Type:
dict
Value:
{'background': False,
 'debug_file': 'logs/debug',
 'debug_level': 2,
 'log_file': 'logs/log',
 'pid_file': 'pid',
 'uid': None}                                                          

host

Type:
str
Value:
'spam.shrubbery.org'                                                   

init_ping_delay

Type:
int
Value:
1                                                                      

log_file

Type:
str
Value:
'logs/log'                                                             

maintainer

Type:
str
Value:
'The Dirty Vicar'                                                      

maintainer_email

Type:
str
Value:
'mail@thanks.no'                                                       

max_sats

Type:
int
Value:
12                                                                     

nick

Type:
str
Value:
'ni!'                                                                  

paranoid

Type:
bool
Value:
True                                                                   

pid_file

Type:
str
Value:
'pid'                                                                  

plugin_dir

Type:
str
Value:
'plugins'                                                              

plugin_list

Type:
NoneType
Value:
None                                                                   

port

Type:
int
Value:
2003                                                                   

registries

Type:
tuple
Value:
('relay', 'satellite')                                                 

registry

Type:
str
Value:
'satellite'                                                            

registry_vars

Type:
dict
Value:
{'addr': ('spam.shrubbery.org', 2003),
 'co2_home': '/path/to/co2/',
 'init_ping_delay': 1,
 'maintainer': 'The Dirty Vicar',
 'maintainer_email': 'mail@thanks.no',
 'max_sats': 12,
 'nick': 'ni!',
 'paranoid': True,
...                                                                    

relay_host

Type:
str
Value:
'co2.mur.at'                                                           

relay_port

Type:
int
Value:
2003                                                                   

server_vars

Type:
dict
Value:
{'addr': ('spam.shrubbery.org', 2003),
 'registry': 'satellite',
 'threaded': True}                                                     

socket_timeout

Type:
NoneType
Value:
None                                                                   

threaded

Type:
bool
Value:
True                                                                   

uid

Type:
NoneType
Value:
None                                                                   

Generated by Epydoc 1.1 on Thu Oct 16 16:37:22 2003 http://epydoc.sf.net