From 6175218a128d4035dc17311f4043824dd91616a5 Mon Sep 17 00:00:00 2001
From: Maximilian Loch <Maximilian.Loch@LVermGeo.landsh.de>
Date: Wed, 26 Apr 2023 14:24:35 +0200
Subject: [PATCH] added example configuration file

---
 example_conn.cfg | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 example_conn.cfg

diff --git a/example_conn.cfg b/example_conn.cfg
new file mode 100644
index 0000000..87ab86f
--- /dev/null
+++ b/example_conn.cfg
@@ -0,0 +1,6 @@
+[connection]
+host=host-ip
+port=port
+dbname=database name
+user=username
+pwd=password
\ No newline at end of file
-- 
GitLab