Skip to content
Snippets Groups Projects
Commit 2e56eefc authored by Robert Butora's avatar Robert Butora
Browse files

README: adds /srv/cutouts and CUTOUTS_URL with note 'for mcutout only'

parent 4f5729f5
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,6 @@ ...@@ -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. 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...*
...@@ -38,7 +38,9 @@ if at least on of the user's groups is allowed the access. Access rights for dat ...@@ -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. 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: Configuration parameters are set by these docker environment variables:
...@@ -56,7 +58,7 @@ 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_SCHEMA** | schema of the authorization table |
| **AUTHZ_DB_USERNAME** | user in the DB with authorization table | | **AUTHZ_DB_USERNAME** | user in the DB with authorization table |
| **AUTHZ_DB_PASSWORD** | password for the DB-user | | **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 Context-root parameter uses 'tomcat syntax' in which the forward-slash path-separator is replaced with hash: vlkb#datasets -> vlkb/datasets
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment