ebook-manager/config/config.dhall.sample

11 lines
196 B
Plaintext
Raw Normal View History

2018-08-02 23:07:05 +03:00
{
database = {
username = "username"
, password = "password"
, host = "hostname"
, database = "ebook"
2019-01-21 22:35:05 +02:00
, migrations = "./migrations"
2018-08-02 23:07:05 +03:00
}
2019-01-21 22:35:05 +02:00
store = { path = "/tmp/store" }
2018-08-02 23:07:05 +03:00
}