Skip to content

Commit 52fe02e

Browse files
committed
Change the frontend hash URL
it's being put at /, doof thinks it's at /static/hash.txt
1 parent 21ca04a commit 52fe02e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

repos_info.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"name": "unified-ecommerce",
192192
"repo_url": "https://github.com/mitodl/unified-ecommerce.git",
193193
"ci_hash_url": "https://api-pay-ci.ol.mit.edu/static/hash.txt",
194-
"rc_hash_url": "https://api-pay-rc.ol.mit.edu/static/hash.txt",
194+
"rc_hash_url": "https://api-pay-qa.ol.mit.edu/static/hash.txt",
195195
"prod_hash_url": "https://api-pay.ol.mit.edu/static/hash.txt",
196196
"channel_name": "doof-ue-backend",
197197
"project_type": "web_application",
@@ -201,9 +201,9 @@
201201
{
202202
"name": "unified-ecommerce-frontend",
203203
"repo_url": "https://github.com/mitodl/unified-ecommerce-frontend.git",
204-
"ci_hash_url": "https://pay-ci.ol.mit.edu/static/hash.txt",
205-
"rc_hash_url": "https://pay-rc.ol.mit.edu/static/hash.txt",
206-
"prod_hash_url": "https://pay.ol.mit.edu/static/hash.txt",
204+
"ci_hash_url": "https://pay-ci.ol.mit.edu/hash.txt",
205+
"rc_hash_url": "https://pay-qa.ol.mit.edu/hash.txt",
206+
"prod_hash_url": "https://pay.ol.mit.edu/hash.txt",
207207
"channel_name": "doof-ue-frontend",
208208
"project_type": "web_application",
209209
"web_application_type": "django",

0 commit comments

Comments
 (0)