baosystems / dish2

Dish2 is a command line tool for DHIS 2 Web API interaction
6 stars 8 forks source link

Update to new json config file format #9

Closed alanivey closed 8 years ago

alanivey commented 8 years ago

Configuration file change:

-  "api": {
-    "baseUrl": "http://localhost:8080/api",
+  "dhis": {
+    "baseurl": "http://localhost:8080",

Please test before merging!

Resolves #3.