Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,8 @@ Configuration parameters are set by these docker environment variables: ...@@ -38,8 +38,8 @@ Configuration parameters are set by these docker environment variables:
| **DB_USERNAME** | DB user which has access to ObsTAP | | **DB_USERNAME** | DB user which has access to ObsTAP |
| **DB_PASSWORD** | and user's password | | **DB_PASSWORD** | and user's password |
| *optional:* | | | *optional:* | |
| **CUTOUT_SERVICE_URL** | URL in Service Descriptor of the VOTable response | | **CUTOUT_SERVICE_URL** | URL in Service Descriptor of the VOTable response (default: <empty>)|
| **DISCOVERY_CONTEXT_ROOT** | root of the end-points | | **DISCOVERY_CONTEXT_ROOT** | root of the end-points (default: siav2) |
## vlkb-obscore ## vlkb-obscore
......
...@@ -7,6 +7,7 @@ date ...@@ -7,6 +7,7 @@ date
env env
# set optional # set optional
CUTOUT_SERVICE_URL=${CUTOUT_SERVICE_URL:-""}
DISCOVERY_CONTEXT_ROOT=${DISCOVERY_CONTEXT_ROOT:-siav2} DISCOVERY_CONTEXT_ROOT=${DISCOVERY_CONTEXT_ROOT:-siav2}
DBG_LEVEL=${DEBUG_LEVEL:-CONFIG} DBG_LEVEL=${DEBUG_LEVEL:-CONFIG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment