diff --git a/scripts/rubintv_worker.py b/scripts/rubintv_worker.py index 1352cd0..14b7444 100644 --- a/scripts/rubintv_worker.py +++ b/scripts/rubintv_worker.py @@ -39,8 +39,8 @@ sdm_schemas_path = os.path.join(os.path.expandvars("$SDM_SCHEMAS_DIR"), "yml") prod_credentials_path = os.path.join("/etc/secrets", "postgres-credentials.txt") test_credentials_path = os.path.join(os.path.expanduser("~"), ".lsst", "postgres-credentials.txt") -summit_users_path = "/usr/share/worker/configs" -usdf_users_path = "/usr/share/worker/configs" +summit_users_path = "/var/ddv-config" +usdf_users_path = "/var/ddv-config" dev_users_path = "/sdf/home/f/fred3m/u/data/dev_users"