From de002c1a329d93b2072a76b64d654ed9d654d93b Mon Sep 17 00:00:00 2001 From: Marie Backman Date: Mon, 18 Nov 2024 08:33:58 -0500 Subject: [PATCH] change webmonchow version --- Dockerfile.webmonchow | 2 +- src/webmon_app/reporting/reporting_app/settings/base.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.webmonchow b/Dockerfile.webmonchow index 82cf08be..314abd31 100644 --- a/Dockerfile.webmonchow +++ b/Dockerfile.webmonchow @@ -3,7 +3,7 @@ FROM continuumio/miniconda3:23.3.1-0 RUN conda install --yes -n base conda-libmamba-solver # Install webmonchow -RUN conda install --yes --solver=libmamba -n base -c conda-forge -c neutrons postgresql=14 webmonchow=1.0.1 +RUN conda install --yes --solver=libmamba -n base -c conda-forge -c neutrons/label/rc postgresql=14 webmonchow=1.0.2rc1 # Install webmonchow from a feature branch (only to test the latest changes in webmonchow) # RUN conda install --yes --solver=libmamba -n base -c conda-forge postgresql=14 diff --git a/src/webmon_app/reporting/reporting_app/settings/base.py b/src/webmon_app/reporting/reporting_app/settings/base.py index 1336ca9c..b1b13679 100644 --- a/src/webmon_app/reporting/reporting_app/settings/base.py +++ b/src/webmon_app/reporting/reporting_app/settings/base.py @@ -152,7 +152,6 @@ def validate_ldap_settings(server_uri, user_dn_template): CATALOG_URL = environ.get("CATALOG_URL") CATALOG_ID = environ.get("CATALOG_ID") CATALOG_SECRET = environ.get("CATALOG_SECRET") -CATALOG_API_TOKEN = environ.get("CATALOG_API_TOKEN") # The DB settings are defined the same as in the workflow manager DATABASES = {