6 lines
90 B
TOML
6 lines
90 B
TOML
|
host = "localhost"
|
||
|
port = 5432
|
||
|
user = "postgres"
|
||
|
database = "mydatabase"
|
||
|
ssl = "disabled"
|