4 lines
103 B
TOML
4 lines
103 B
TOML
root = "./postgres"
|
|
|
|
[database]
|
|
connection = "postgres://postgres:postgres@localhost:6000/migra_tests"
|