From 7d31a429827646f0b0e3c0884b8b1c7ac38a3b29 Mon Sep 17 00:00:00 2001 From: Chris Chudzicki Date: Mon, 18 Mar 2024 17:05:54 -0400 Subject: [PATCH] Use mitopen-rc URL At the time of writing, both - https://mit-open-rc.odl.mit.edu/ (with dash) - https://mitopen-rc.odl.mit.edu/ (without dash) host content. However, only mitopen-rc supports login via keycloak. Doof should use that URL. --- repos_info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos_info.json b/repos_info.json index af62bd4..2059271 100644 --- a/repos_info.json +++ b/repos_info.json @@ -37,7 +37,7 @@ "name": "mit-open", "repo_url": "https://github.com/mitodl/mit-open.git", "ci_hash_url": "https://mit-open-ci.odl.mit.edu/static/hash.txt", - "rc_hash_url": "https://mit-open-rc.odl.mit.edu/static/hash.txt", + "rc_hash_url": "https://mitopen-rc.odl.mit.edu/static/hash.txt", "prod_hash_url": "https://mitopen.odl.mit.edu/static/hash.txt", "channel_name": "product-mit-open-next", "project_type": "web_application", @@ -196,4 +196,4 @@ "versioning_strategy": "npm" } ] -} +} \ No newline at end of file