From eabe411b7a291f87260047d90621042d7789335a Mon Sep 17 00:00:00 2001 From: Roman Axelrod Date: Mon, 14 Nov 2022 17:37:49 +0200 Subject: [PATCH] Update Production registry URL. --- server.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server.js b/server.js index 537b286..b3a15e8 100755 --- a/server.js +++ b/server.js @@ -27,8 +27,10 @@ import PluginError from 'plugin-error'; * Constants */ +const PRODUCTION_REGISTRY_URL = 'https://blocks-registery.axe-web.com'; + const {isDev, modulesPath, projectPath, developmentBlockName} = getConfigs(); -const blocksRegistry = isDev ? 'http://localhost:3020' : 'https://axe-web-blocks-registry.captain.devdevdev.life'; +const blocksRegistry = isDev ? 'http://localhost:3020' : PRODUCTION_REGISTRY_URL; /** * Init server