From 57d5f341fd3cb2da5bc45e22bd4b3530528734dc Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sun, 29 Oct 2023 15:55:27 +0200 Subject: [PATCH] Add the example of a db configuration. --- config/db | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/db 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