Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
update: add default server (#22)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Keith-CY authored Aug 15, 2018
1 parent 4ccd6fe commit 0649f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
Expand Down

0 comments on commit 0649f06

Please sign in to comment.