diff --git a/docs/runtime/env_vars.md b/docs/runtime/env_vars.md index e8da502b6..a89d4ed0a 100644 --- a/docs/runtime/env_vars.md +++ b/docs/runtime/env_vars.md @@ -10,7 +10,7 @@ The DS server system is the server layer for DIDSS (Data ingest and distributed server system). | Variable | Default value | Description | Code library | -| -------- |:-------------:|:-----------:|:------------:| +| -------- |:------------- |:----------- |:------------ | | RAP_DATA_DIR | undefined | If set, URLs point to locations relative to RAP_DATA_DIR, unless the file part of the URL starts with / or ., in which case the absolute or relative paths are used. | didss dsserver | | DATA_DIR | undefined | Alternartive to RAP_DATA_DIR. If RAP_DATA_DIR is defined, it is used. If not, DATA_DIR is used if defined. | didss dsserver | | DATA_MAPPER_ACTIVE | true | Set to 'false' to turn off automatic access from clients to DataMapper. | dsserver |