ebook-manager/config/devel.dhall

14 lines
259 B
Plaintext
Raw Permalink Normal View History

2018-08-02 23:07:05 +03:00
-- Devel configuration file, with defaults for local testing environment
-- pre-filled
{
database = {
username = "postgres"
, password = "devel"
, host = "localhost"
, database = "postgres"
2018-08-08 23:56:16 +03:00
},
store = {
path = "/tmp/ebooks/"
2018-08-02 23:07:05 +03:00
}
}