11 lines
216 B
Plaintext
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"
|
|
}
|
|
}
|