diff --git a/cli/src/core/config.ts b/cli/src/core/config.ts index 76cdc9fdc6..db0edfc7ee 100644 --- a/cli/src/core/config.ts +++ b/cli/src/core/config.ts @@ -34,7 +34,7 @@ export const config = { checkAuthor: process.env.COSMO_VCS_AUTHOR || '', checkCommitSha: process.env.COSMO_VCS_COMMIT || '', checkBranch: process.env.COSMO_VCS_BRANCH || '', - pluginRegistryURL: process.env.PLUGIN_REGISTRY_URL || 'cosmo-registry.wundergraph-staging.workers.dev', + pluginRegistryURL: process.env.PLUGIN_REGISTRY_URL || 'cosmo-registry.wundergraph.com', }; export const getBaseHeaders = (): HeadersInit => {