11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
{
|
|
database = {
|
|
username = "username"
|
|
, password = "password"
|
|
, host = "hostname"
|
|
, database = "ebook"
|
|
, migrations = "./migrations"
|
|
}
|
|
store = { path = "/tmp/store" }
|
|
}
|