ebook-manager/config/Configuration.dhall

8 lines
183 B
Plaintext

{ database : { username : Text
, password : Text
, host : Text
, database : Text
, migrations : Text }
, store : { path : Text }
}