diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -5,9 +5,4 @@
 import Villefort.Config
 
 main :: IO ()
-main = villefort def {
-  database= "/home/chris/data/todo.db"
-  }
-
-nosugar :: IO [String]
-nosugar = pure ["SD","S","S"]
+main = villefort def 
diff --git a/Villefort.cabal b/Villefort.cabal
--- a/Villefort.cabal
+++ b/Villefort.cabal
@@ -1,5 +1,5 @@
 name:                Villefort
-version:             0.1.2.7
+version:             0.1.2.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
