Add the example of a db configuration.

This commit is contained in:
2023-10-29 15:55:55 +02:00
parent 1229e8dac2
commit 57d5f341fd
+3
View File
@@ -0,0 +1,3 @@
JDBC_URL="jdbc:postgresql://localhost:5432/testdb"
JDBC_USER=user
JDBC_PASSWORD=testpassword