From 9abbdc081fa1ee6f734ab6c3caedaaced4f5a461 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan <ram@leastauthority.com> Date: Wed, 23 Oct 2019 15:53:36 +0530 Subject: [PATCH] Main: keep the default database as in-memory one for now --- src/PaymentServer/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PaymentServer/Main.hs b/src/PaymentServer/Main.hs index cc3eb83..93f9ea8 100644 --- a/src/PaymentServer/Main.hs +++ b/src/PaymentServer/Main.hs @@ -92,7 +92,7 @@ sample = ServerConfig ( long "database" <> help "Which database to use: sqlite3 or memory" <> showDefault - <> value SQLite3 ) + <> value Memory ) <*> optional ( option str ( long "database-path" <> help "Path to on-disk database (sqlite3 only)" -- GitLab