Skip to content

Commit

Permalink
Keep media central endpoint until production FE is updated. (#20)
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;
  • Loading branch information
Beslinda authored Feb 26, 2024
1 parent 4417186 commit baf9f73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,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",
mediabench: "https://app.mediabench.app",
},
repos: {
Expand Down Expand Up @@ -1122,6 +1123,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",
mediabench: "https://app.mediabench.app",
},
repos: {
Expand Down

0 comments on commit baf9f73

Please sign in to comment.