17 lines
241 B
Text
17 lines
241 B
Text
config = {
|
|
'jid': '',
|
|
'password': '',
|
|
'cacertfile': '',
|
|
|
|
'rooms': [],
|
|
'nick': '',
|
|
|
|
'mysql': {
|
|
'host': '',
|
|
'user': '',
|
|
'passwd': '',
|
|
'db': ''
|
|
},
|
|
|
|
'modules': []
|
|
}
|