Updated service database.json.

This commit is contained in:
Jonathan Bernard 2016-02-07 22:12:50 -06:00
parent 09d41b29d6
commit 84711a95fe

View File

@ -1,5 +1,5 @@
{
"driver": "postgres",
"sqlDir": "src/main/sql",
"connectionString": "test"
"sqlDir": "src/main/sql/migrations",
"connectionString": "host=localhost port=5432 dbname=wdiwtlt user=jdbernard password="
}