From 2e157d5782e240830cef612b5a6703e0f500a752 Mon Sep 17 00:00:00 2001
From: Robert Butora <robert.butora@gmail.com>
Date: Wed, 27 Mar 2024 11:36:14 -0400
Subject: [PATCH] adds response_format to local/devel Format-filter config file

---
 data-discovery/config/formatresponsefilter.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/data-discovery/config/formatresponsefilter.properties b/data-discovery/config/formatresponsefilter.properties
index 1d03f40..f36192b 100644
--- a/data-discovery/config/formatresponsefilter.properties
+++ b/data-discovery/config/formatresponsefilter.properties
@@ -1,4 +1,7 @@
 
+response_format=application/x-votable+xml
+# response_format=application/x-vlkb+xml
+
 # used to retrieve extraCards to add to FITS_header (VLKB-only)
 surveys_metadata_abs_pathname=/srv/vlkb/surveys/survey_populate.csv
 
-- 
GitLab