diff --git a/config/db b/config/db new file mode 100644 index 0000000..1760d81 --- /dev/null +++ b/config/db @@ -0,0 +1,3 @@ +JDBC_URL="jdbc:postgresql://localhost:5432/testdb" +JDBC_USER=user +JDBC_PASSWORD=testpassword \ No newline at end of file