From 4dd4d226fc69292e704318a154951aaf9beb9339 Mon Sep 17 00:00:00 2001 From: Vermaas <vermaas@astron.nl> Date: Fri, 3 Jan 2025 14:23:14 +0100 Subject: [PATCH] add sdc-dev.duckdns.org backend --- adex_backend/adex_backend/configuration/adex-labs.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/adex_backend/adex_backend/configuration/adex-labs.py b/adex_backend/adex_backend/configuration/adex-labs.py index f0eabd0..1af375e 100644 --- a/adex_backend/adex_backend/configuration/adex-labs.py +++ b/adex_backend/adex_backend/configuration/adex-labs.py @@ -156,6 +156,11 @@ config = { "color_maps": ["native", "grayscale", "cubehelix", "eosb", "rainbow"], "backends": [ + { + "name": "sdc-dev.duckdns.org", + "type": "primary_dp", + "url": "https://sdc-dev.duckdns.org", + }, { "name": "localhost:8000", "type": "primary_dp", -- GitLab