From 0649f06694ff121f15049ff5eaabeb9a84724f0a Mon Sep 17 00:00:00 2001 From: Chen Yu Date: Wed, 15 Aug 2018 20:59:45 +0800 Subject: [PATCH] update: add default server (#22) * update: refact config context route app index * update: adjust loading timing * update: update def * update: update notification and server list style * update: move lngs to env config * Feature/refactor (#8) * update: refact config context route app index * update: adjust loading timing * update: update def * update: update notification and server list style * update: move lngs to env config * update: update search params display * Update README.md (#10) * update: add notice of tps in doc * update: refactor config, metadata module * Feature/refactor (#11) * update: refact config context route app index * update: adjust loading timing * update: update def * update: update notification and server list style * update: move lngs to env config * update: update search params display * update: add notice of tps in doc * update: refactor config, metadata module * update: update readme * fix: fix metadata panel style * Fix/fix metadata panel style (#14) * update: refact config context route app index * update: adjust loading timing * update: update def * update: update notification and server list style * update: move lngs to env config * update: update search params display * update: add notice of tps in doc * update: refactor config, metadata module * fix: fix metadata panel style * fix: fix metadata panel height * Fix/fix metadata style (#15) * update: refact config context route app index * update: adjust loading timing * update: update def * update: update notification and server list style * update: move lngs to env config * update: update search params display * update: add notice of tps in doc * update: refactor config, metadata module * fix: fix metadata panel style * fix: fix metadata panel height * update: add badge * update: update appchain badge link * update: update appchain badge color * update: update cdn in doc * update: update cdn in doc (#19) * update: update cdn config * update: add default server --- config/webpack.config.base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack.config.base.js b/config/webpack.config.base.js index c1e3a96..4cfabd9 100644 --- a/config/webpack.config.base.js +++ b/config/webpack.config.base.js @@ -42,7 +42,7 @@ module.exports = { plugins: [ new webpack.DefinePlugin({ 'process.env': { - CHAIN_SERVER: JSON.stringify(process.env.CHAIN_SERVER), + CHAIN_SERVERS: JSON.stringify(process.env.CHAIN_SERVERS), APP_NAME: JSON.stringify(process.env.APP_NAME), LNGS: JSON.stringify(process.env.LNGS) },