ebook-manager/config/Configuration.dhall
2019-01-22 00:08:51 +02:00

9 lines
243 B
Plaintext

{ database : { username : Text
, password : Text
, host : Text
, database : Text
, migrations : Text }
, store : < Filestore : { path : Text } | IPFS : { common : Text } >
, port : Integer
}