From bf7f6a3b6a31286623fca8ed3f098fde2a975e97 Mon Sep 17 00:00:00 2001 From: Simon Ringuette Date: Tue, 20 Jan 2026 02:12:19 -0500 Subject: [PATCH] Restore the testers in the default configuration (fixes #896) (#907) --- src/main/resources/application.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 0b96494..73e6240 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -434,3 +434,13 @@ hapi: # R. LastN (analytics) # ------------------------------------------------------------------------------- # lastn_enabled: true + + # ------------------------------------------------------------------------------- + # S. Testers (webui) + # ------------------------------------------------------------------------------- + tester: + home: + name: Local Tester + server_address: 'http://localhost:8080/fhir' + refuse_to_fetch_third_party_urls: false + fhir_version: R4 \ No newline at end of file