diff --git a/rqd/rqd/rqconstants.py b/rqd/rqd/rqconstants.py index 075058294..121770c99 100644 --- a/rqd/rqd/rqconstants.py +++ b/rqd/rqd/rqconstants.py @@ -69,6 +69,8 @@ # Use the PATH environment variable from the RQD host. RQD_USE_PATH_ENV_VAR = False +# Copy specific environment variable from the submitter to the RQD host. +RQD_HOST_ENV_VARS = [] RQD_BECOME_JOB_USER = True RQD_CREATE_USER_IF_NOT_EXISTS = True