diff options
Diffstat (limited to 'HsBot/Base')
| -rw-r--r-- | HsBot/Base/Conf.hs | 4 |
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 |
