Remove obsolete APM domains

This commit is contained in:
2019-09-04 17:04:18 +02:00
parent 11f66de6e6
commit 729110f8d1
2 changed files with 2 additions and 7 deletions
-5
View File
@@ -79,11 +79,6 @@ module.exports = function(environment) {
ENV.APP.autoboot = false;
}
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) {
ENV.web3ProviderUrl = process.env.WEB3_PROVIDER_URL;
}