Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ndobb authored Nov 4, 2019
1 parent a3a45fe commit 20965db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/API/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"Export": {
"REDCap": {
"Enabled": true,
"ApiURI": "https://rcdev.iths.org/api/",
"ApiURI": "https://rcdev.example.org/api/",
"BatchSize": 10,
"RowLimit": 5000,
"Scope": "washington.edu",
Expand All @@ -88,7 +88,7 @@
"Import": {
"REDCap": {
"Enabled": false,
"ApiURI": "https://redcap.iths.org/api/",
"ApiURI": "https://redcap.example.org/api/",
"BatchSize": 1000
}
},
Expand Down

0 comments on commit 20965db

Please sign in to comment.