diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2010-05-02 21:18:09 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2010-05-02 21:19:21 +0200 |
commit | d537d4b69b4547814f2d01bc18ce2c472b978647 (patch) | |
tree | 444f07b95e0e2333f9d5d264a8917dfbd7230f6a /config.py.default | |
parent | 0277a779c9dff841e04a08a5c39fe07faa92cfe8 (diff) | |
download | curunir-d537d4b69b4547814f2d01bc18ce2c472b978647.tar curunir-d537d4b69b4547814f2d01bc18ce2c472b978647.zip |
Added log module
Diffstat (limited to 'config.py.default')
-rw-r--r-- | config.py.default | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.py.default b/config.py.default index 92c067d..578f10d 100644 --- a/config.py.default +++ b/config.py.default @@ -6,5 +6,12 @@ config = { 'rooms': [], 'nick': '', + 'mysql': { + 'host': '', + 'user': '', + 'passwd': '', + 'db': '' + }, + 'modules': [] } |