From 36ad652ad53ee55245ed5c830f3f183e41824e7d Mon Sep 17 00:00:00 2001 From: "Steven (Dealsuite)" <> Date: Wed, 13 Apr 2022 11:04:13 +0200 Subject: [PATCH] Added sample config --- sample_config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sample_config.json diff --git a/sample_config.json b/sample_config.json new file mode 100644 index 0000000..28f82d8 --- /dev/null +++ b/sample_config.json @@ -0,0 +1,8 @@ +{ + "host": "HOSTNAME", + "port": 5432, + "dbname": "DATABASE", + "user": "USER", + "password": "PASSWORD", + "schema": "public" +}