From cd9aacf7ba37259ff3093b6dd5e76ef4a1a47bce Mon Sep 17 00:00:00 2001 From: mike-dixon Date: Sat, 30 Nov 2024 10:02:19 -0700 Subject: [PATCH] Adding docs/runtime/env_vars.md --- docs/runtime/env_vars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |