This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
curunir/config.py.default

18 lines
241 B
Text
Raw Normal View History

2010-05-02 20:28:17 +02:00
config = {
'jid': '',
'password': '',
'cacertfile': '',
'rooms': [],
'nick': '',
2010-05-02 21:18:09 +02:00
'mysql': {
'host': '',
'user': '',
'passwd': '',
'db': ''
},
2010-05-02 20:28:17 +02:00
'modules': []
}