From 038a7dc56bb8ea0dd1578ce5c0b738a7d7cbfb5d Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Tue, 10 Sep 2019 22:41:01 +0200 Subject: [PATCH] removed dev.dhall --- dev.dhall | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dev.dhall diff --git a/dev.dhall b/dev.dhall deleted file mode 100644 index 91d2300..0000000 --- a/dev.dhall +++ /dev/null @@ -1,20 +0,0 @@ -{- - -Aggreact Configuration File - --} -let SQLiteConfig : Type = { filepath : Text } - -let PostgresConfig - : Type - = { host : Text, port : Natural, user : Text, password : Text } - -let DBConf : Type = < SQLite : SQLiteConfig | Postgre : PostgresConfig > - -in { port = - 3000 - , jwtKeyFilePath = - "jwt.key" - , db = - DBConf.SQLite { filepath = "aggreact.db" } - } \ No newline at end of file