diff --git a/Villefort.cabal b/Villefort.cabal
--- a/Villefort.cabal
+++ b/Villefort.cabal
@@ -1,5 +1,5 @@
 name:                Villefort
-version:             0.1.1.7
+version:             0.1.1.8
 synopsis: Villefort is a task manager and time tracker written in haskell.
 description: Villefort is a browser based time tracker.
 homepage:            https://github.com/Chrisr850/Villefort#readme
diff --git a/src/Villefort/Config.hs b/src/Villefort/Config.hs
--- a/src/Villefort/Config.hs
+++ b/src/Villefort/Config.hs
@@ -1,4 +1,4 @@
- module Villefort.Config  where
+module Villefort.Config  where
 
 import System.Process
 import Villefort.Definitions
@@ -10,7 +10,7 @@
   weekly = defWeekly,
   port = 3002,
   noCustom = False,
-  dataBasePath = Nothing
+  showDatabase = False
               }
 
 defWeekly = Weekly {
