ebook-manager/config/Configuration.dhall

9 lines
243 B
Plaintext
Raw Permalink Normal View History

2019-01-21 22:35:05 +02:00
{ database : { username : Text
, password : Text
, host : Text
, database : Text
, migrations : Text }
2019-01-21 23:58:24 +02:00
, store : < Filestore : { path : Text } | IPFS : { common : Text } >
2019-01-22 00:08:51 +02:00
, port : Integer
2019-01-21 22:35:05 +02:00
}