Skip to content

Commit

Permalink
adding ability to select data sources for sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaban committed Aug 16, 2018
1 parent 5b734ee commit 2b66df4
Show file tree
Hide file tree
Showing 12 changed files with 1,776 additions and 884 deletions.
10 changes: 5 additions & 5 deletions dhis2sync/loadDHIS2MetadataConfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"ilr": {
"url": "",
"url": "http://localhost:3447/fhir",
"user": "",
"pass": "",
"doc": ""
},
"dhis2": {
"url": "",
"user": "",
"pass": "",
"url": "https://play.dhis2.org/2.30",
"user": "admin",
"pass": "district",
"dousers": false,
"doservices": true
}
}
}
4 changes: 2 additions & 2 deletions facility-recon-backend/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
},
"dictionary": {
"HC": "Health Center",
"HOSP": "Hospital",
"Health Centre": "Health Center",
"H/C": "Health Center",
"HOSP": "Hospital",
"St": "Saint",
"ST.": "Saint",
"Health Centre": "Health Center",
"HP": "Health Post",
"HP.": "Health Post",
"DISP": "Dispensary",
Expand Down
Loading

0 comments on commit 2b66df4

Please sign in to comment.