Просмотр исходного кода

Merge branch 'dev' of lab/parse-edi into master

steve 4 лет назад
Родитель
Сommit
9823683fd4
1 измененных файлов с 12 добавлено и 4 удалено
  1. 12 4
      README.md

+ 12 - 4
README.md

@@ -60,10 +60,18 @@ We wrote this frame to be used in both command line or as a library within in yo
             --config    configuration to support data-store
         
 
-    The configuration file template for exports is as follows :
-
-
-        {"provider":"<postgresql|redshift|mysql|mariadb>","db":"mydatabase",["host":"server-name","port":5432,"user":"me","password":"!@#z4qm","schema":"target-schema"]}
+    The configuration file needed to implement export is modelled after the following template:
+
+
+        {
+            "provider":"<postgresql|redshift|mysql|mariadb>",
+            "db":"mydatabase",
+                [
+                    "host":"server-name","port":5432,
+                    "user":"me","password":"!@#z4qm",
+                    "schema":"target-schema"
+                ]
+            }
 
     **parameters:**