Add the example of a db configuration.

main
KKlochko 2 years ago
parent 1229e8dac2
commit 57d5f341fd

@ -0,0 +1,3 @@
JDBC_URL="jdbc:postgresql://localhost:5432/testdb"
JDBC_USER=user
JDBC_PASSWORD=testpassword
Loading…
Cancel
Save