186 B
186 B
Example for dbconfig.yaml
user: "user"
password: "password"
dbname: "test"
sslmode: "disable"
hostname: "localhost"
We use Postgres v. 16
You need to create own yaml file
user: "user"
password: "password"
dbname: "test"
sslmode: "disable"
hostname: "localhost"
We use Postgres v. 16
You need to create own yaml file