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" +}