Skip to content

Commit f9b49be

Browse files
authored
Merge pull request #394 from mitodl/jkachel/add-unified-ecommerce
Add Unified Ecommerce to Doof
2 parents 0b68d67 + 4e812ad commit f9b49be

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

repos_info.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,28 @@
194194
"project_type": "library",
195195
"packaging_tool": "npm",
196196
"versioning_strategy": "npm"
197+
},
198+
{
199+
"name": "unified-ecommerce",
200+
"repo_url": "https://github.com/mitodl/unified-ecommerce.git",
201+
"ci_hash_url": "https://api-pay-ci.ol.mit.edu/static/hash.txt",
202+
"rc_hash_url": "https://api-pay-rc.ol.mit.edu/static/hash.txt",
203+
"prod_hash_url": "https://api-pay.ol.mit.edu/static/hash.txt",
204+
"channel_name": "doof-ue-backend",
205+
"project_type": "web_application",
206+
"web_application_type": "django",
207+
"versioning_strategy": "python"
208+
},
209+
{
210+
"name": "unified-ecommerce-frontend",
211+
"repo_url": "https://github.com/mitodl/unified-ecommerce-frontend.git",
212+
"ci_hash_url": "https://pay-ci.ol.mit.edu/static/hash.txt",
213+
"rc_hash_url": "https://pay-rc.ol.mit.edu/static/hash.txt",
214+
"prod_hash_url": "https://pay.ol.mit.edu/static/hash.txt",
215+
"channel_name": "doof-ue-frontend",
216+
"project_type": "web_application",
217+
"web_application_type": "django",
218+
"versioning_strategy": "python"
197219
}
198220
]
199221
}

0 commit comments

Comments
 (0)