From e56aa4f9c8347c83f796ed266dca39b4ee8544c5 Mon Sep 17 00:00:00 2001 From: Mats Rauhala Date: Mon, 21 Jan 2019 23:58:24 +0200 Subject: [PATCH] Fix type --- config/Configuration.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Configuration.dhall b/config/Configuration.dhall index cac7a80..8dfe163 100644 --- a/config/Configuration.dhall +++ b/config/Configuration.dhall @@ -3,5 +3,5 @@ , host : Text , database : Text , migrations : Text } -, store : { path : Text } +, store : < Filestore : { path : Text } | IPFS : { common : Text } > }