Commit b1fae91e authored by Robert Butora's avatar Robert Butora
Browse files

docker: adds empty default for CUTOUT URL docker param and updates README

parent 854d8171
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@ Configuration parameters are set by these docker environment variables:
| **DB_USERNAME** | DB user which has access to ObsTAP |
| **DB_PASSWORD** | and user's password |
| *optional:* |  |
| **CUTOUT_SERVICE_URL** | URL in Service Descriptor of the VOTable response |
| **DISCOVERY_CONTEXT_ROOT** | root of the end-points |
| **CUTOUT_SERVICE_URL** | URL in Service Descriptor of the VOTable response (default: <empty>)|
| **DISCOVERY_CONTEXT_ROOT** | root of the end-points (default: siav2) |


## vlkb-obscore
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ date
env

# set optional
CUTOUT_SERVICE_URL=${CUTOUT_SERVICE_URL:-""}
DISCOVERY_CONTEXT_ROOT=${DISCOVERY_CONTEXT_ROOT:-siav2}
DBG_LEVEL=${DEBUG_LEVEL:-CONFIG}