Default to open.aragonpm.eth in production.

This commit is contained in:
2019-04-18 11:23:24 +02:00
parent a2ddb2313d
commit 6dcbd1efbf
+1
View File
@@ -73,6 +73,7 @@ module.exports = function(environment) {
if (environment === 'production') { if (environment === 'production') {
// here you can enable a production-specific feature // here you can enable a production-specific feature
ENV.kreditsApmDomain = process.env.KREDITS_APM_DOMAIN || 'open.aragonpm.eth';
} }
if (process.env.WEB3_PROVIDER_URL) { if (process.env.WEB3_PROVIDER_URL) {