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 } > }