From d9883a47b0dc6bbb10812f6e773a95cd5b8bd26d Mon Sep 17 00:00:00 2001 From: Kathryn Elrod <47434066+KathrynElrod@users.noreply.github.com> Date: Wed, 28 Jul 2021 13:12:30 -0400 Subject: [PATCH] Revert default config to original (was changed for testing) --- build/config/default.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/config/default.json5 b/build/config/default.json5 index 9e9ce63..348af4e 100644 --- a/build/config/default.json5 +++ b/build/config/default.json5 @@ -1,7 +1,7 @@ { server: { type: "STU-3", - url: "http://localhost:8080/fhir-server/api/v4", + url: "https://r3.smarthealthit.org", tags: [ { key : "pro-7-2017", @@ -3309,4 +3309,4 @@ }, outputMode: "id-list", submitStrategy: "manual" -} \ No newline at end of file +}