This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
curunir/config.py.default
Matthias Schiffer d537d4b69b Added log module
2010-05-02 21:19:21 +02:00

17 lines
241 B
Text

config = {
'jid': '',
'password': '',
'cacertfile': '',
'rooms': [],
'nick': '',
'mysql': {
'host': '',
'user': '',
'passwd': '',
'db': ''
},
'modules': []
}