diff --git a/JDL.md b/JDL.md index 6726b8c1c4a37fe866bb4e784402f966e0cf773c..8aff86cb61e203a059f259dd4a7d39eaadd875b3 100644 --- a/JDL.md +++ b/JDL.md @@ -3,6 +3,6 @@ The JDL is an JSON-array of standard SODA parameters. Result status of a cut is appended to each array element and such JSON is included into the resulting compressed tar.gz file. -TBD... +*TBD add json-schema etc...* diff --git a/README.md b/README.md index 65634b78fd606627ec130f34ae05b185e82cf854..8705786ac309e647d4508584a8e9a081936cbba3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ if at least on of the user's groups is allowed the access. Access rights for dat is available from the gitlab-repository of this project. -SODA-docker's internal mount point for the FITS-files storage is **/srv/datasets**. +SODA-docker's internal mount point for the FITS-files storage is **/srv/datasets** (read-only). + +SODA-docker's internal mount point which temporarely holds cut files is **/srv/cutouts** (read-write) for **mcutout only**. Configuration parameters are set by these docker environment variables: @@ -56,7 +58,7 @@ Configuration parameters are set by these docker environment variables: | **AUTHZ_DB_SCHEMA** | schema of the authorization table | | **AUTHZ_DB_USERNAME** | user in the DB with authorization table | | **AUTHZ_DB_PASSWORD** | password for the DB-user | - +| **CUTOUTS_URL** | access point to download resulting cuts (**mcutout only**) | Context-root parameter uses 'tomcat syntax' in which the forward-slash path-separator is replaced with hash: vlkb#datasets -> vlkb/datasets