update samples

This commit is contained in:
2023-11-02 22:06:48 +06:00
parent 3ae3cabd80
commit 248740f246
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"database": {
"url": "jdbc:postgresql://127.0.0.1:8091/test",
"url": "jdbc:postgresql://postgres:5432/test",
"username": "test",
"password": "test",
"driver": "org.postgresql.Driver"