4 lines
93 B
TOML
4 lines
93 B
TOML
root = "database"
|
|
|
|
[database]
|
|
connection = "postgres://postgres:123456@localhost:5434/migra"
|