From 04895378d50a312093c55a71508356c2f7000c14 Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Thu, 3 Aug 2023 12:02:51 -0400 Subject: [PATCH] Use CRDS public server (#805) --- README.md | 2 +- docs/roman/pipeline_installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3be94a7f..5083c5807 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ works with default CRDS setup with no modifications. To run the pipeline outside configured by setting two environment variables: export CRDS_PATH=$HOME/crds_cache - export CRDS_SERVER_URL=https://roman-crds-test.stsci.edu + export CRDS_SERVER_URL=https://roman-crds.stsci.edu ## Documentation diff --git a/docs/roman/pipeline_installation.rst b/docs/roman/pipeline_installation.rst index 3b7ec9bdf..43d10a207 100644 --- a/docs/roman/pipeline_installation.rst +++ b/docs/roman/pipeline_installation.rst @@ -118,4 +118,4 @@ configured by setting two environment variables: :: $ export CRDS_PATH=$HOME/crds_cache - $ export CRDS_SERVER_URL=https://roman-crds-test.stsci.edu + $ export CRDS_SERVER_URL=https://roman-crds.stsci.edu