summaryrefslogtreecommitdiff
path: root/HsBot/Base
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-05-16 11:22:45 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-05-16 11:22:45 +0000
commitbac4cf701291470d3495bc12801ed6ad3dcc663a (patch)
treef1c205894c31c954e32bcf3e429762e0f73961b1 /HsBot/Base
parentd7cbae84a064fe2b9288eb0844b3d2e90f6df8e6 (diff)
some small changes
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@71 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'HsBot/Base')
-rw-r--r--HsBot/Base/Conf.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/HsBot/Base/Conf.hs b/HsBot/Base/Conf.hs
index 54749ba..3eada1d 100644
--- a/HsBot/Base/Conf.hs
+++ b/HsBot/Base/Conf.hs
@@ -15,6 +15,10 @@ makeConf = M.fromList
, ("ircNick", "hotdog")
, ("ircPort", "6667")
, ("ircUser", "hsbot.haskell.eu")
+ , ("dbHost", "localhost")
+ , ("dbUser", "hsbot")
+ , ("dbPass", "hsbot")
+ , ("dbSchema", "hsbot")
]
get :: (Monad m) => String -> Conf -> m String