Skip to content

Commit

Permalink
Update mediacentral endpoint (#22)
Browse files Browse the repository at this point in the history
* Keep media central endpoint until FE is deployed;

* Keep media central endpoint until FE is deployed;

* Update mediacentral endpoint

* Update mediacentral endpoint
  • Loading branch information
Beslinda authored Feb 28, 2024
1 parent baf9f73 commit b858523
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ const config = {
"attachments-companion": "https://attachments-companion-cf.lambda.mediastore.review",
imgResizer: "https://img-resizer.api.mediastore.review",
mediabench: "https://app.mediabench.dev",
mediacentral: "https://app.mediabench.dev",
},
repos: {
'mpx-ui-admin': {
Expand Down Expand Up @@ -763,7 +764,7 @@ const config = {
"companion-eu": "https://companion-cf.lambda-eu.mediastore.app",
"attachments-companion": "https://attachments-companion-cf.lambda.mediastore.app",
imgResizer: "https://img-resizer.api.mediastore.app",
mediacentral: "https://app.mediacentral.app",
mediacentral: "https://app.mediabench.app",
mediabench: "https://app.mediabench.app",
},
repos: {
Expand Down Expand Up @@ -1123,7 +1124,7 @@ const config = {
pigeon: "https://pigeon.api.mediastore.app",
viscacha: "https://viscacha.api.mediastore.app",
imgResizer: "https://img-resizer.api.mediastore.app",
mediacentral: "https://app.mediacentral.app",
mediacentral: "https://app.mediabench.app",
mediabench: "https://app.mediabench.app",
},
repos: {
Expand Down

0 comments on commit b858523

Please sign in to comment.