From 6dcbd1efbfb7a293ec7fe3c4c9104a156de02f50 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Thu, 18 Apr 2019 11:23:24 +0200 Subject: [PATCH] Default to open.aragonpm.eth in production. --- config/environment.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environment.js b/config/environment.js index 009e880..38738d1 100644 --- a/config/environment.js +++ b/config/environment.js @@ -73,6 +73,7 @@ module.exports = function(environment) { if (environment === 'production') { // here you can enable a production-specific feature + ENV.kreditsApmDomain = process.env.KREDITS_APM_DOMAIN || 'open.aragonpm.eth'; } if (process.env.WEB3_PROVIDER_URL) {