ebook-manager/config/devel.dhall

11 lines
216 B
Plaintext

-- Devel configuration file, with defaults for local testing environment
-- pre-filled
{
database = {
username = "postgres"
, password = "devel"
, host = "localhost"
, database = "postgres"
}
}