From 6f68572d2e39861738712c6ce4ac060ac9397ab0 Mon Sep 17 00:00:00 2001
From: Robert Butora <robert.butora@inaf.it>
Date: Sat, 1 Mar 2025 12:04:51 +0100
Subject: [PATCH] README: separates optional docker params

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3166485..f801fe9 100644
--- a/README.md
+++ b/README.md
@@ -34,11 +34,12 @@ Configuration parameters are set by these docker environment variables:
 
 | parameter | description  |
 |---------|--------------|
-| **DISCOVERY_CONTEXT_ROOT** | root of the end-points |
 | **DB_URI** | DB which holds ObsTAP table |
 | **DB_USERNAME** | DB user which has access to ObsTAP |
 | **DB_PASSWORD** | and user's password |
-| **CUTOUT_SERVICE_URL** | URL of a SODA service presented in the response |
+| *optional:* |  |
+| **CUTOUT_SERVICE_URL** | URL in Service Descriptor of the VOTable response |
+| **DISCOVERY_CONTEXT_ROOT** | root of the end-points |
 
 
 ## vlkb-obscore
-- 
GitLab