6 lines
172 B
JSON
6 lines
172 B
JSON
{
|
|
"driver": "postgres",
|
|
"connectionString": "host=localhost port=5500 dbname=personal_measure user=postgres password=password",
|
|
"sqlDir": "src/main/sql/migrations"
|
|
}
|