ebook-manager/config/Configuration.dhall

8 lines
183 B
Plaintext
Raw Normal View History

2019-01-21 22:35:05 +02:00
{ database : { username : Text
, password : Text
, host : Text
, database : Text
, migrations : Text }
, store : { path : Text }
}