Skip to content

Commit

Permalink
[EPM] Rename registry url to new path (#49598)
Browse files Browse the repository at this point in the history
The integrations-registry repository was renamed to package-registry and with it also all the assets inside. The url under which the service is served will also be changed (not done yet). As soon as this is done, this PR should be merged.
  • Loading branch information
ruflin committed Oct 30, 2019
1 parent 15faaa7 commit 45f4252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function PackageCard({
// <img
// width="24"
// height="24"
// src={`http://integrations-registry.app.elstc.co${iconUrl}`}
// src={`http://package-registry.app.elstc.co${iconUrl}`}
// alt={`${name} icon`}
// />
// );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const getConfigSchema = (Joi: typeof JoiNamespace) => {

const DEFAULT_CONFIG = {
enabled: true,
registryUrl: 'http://integrations-registry.app.elstc.co',
registryUrl: 'http://package-registry.app.elstc.co',
};

// As of 2019, this is a Singleton because of the way JavaScript modules are specified.
Expand Down

0 comments on commit 45f4252

Please sign in to comment.