feat: add wordpress config for http images (#6790)

* wordpress: add cdn for images

* wordpress: use envars to define cdn url

* wordpress: fix english doc

* wordpress: update route

* wordpress: update docs

Co-authored-by: duhd1993 <duhd1993@gmail.com>
This commit is contained in:
Haodong DU
2021-01-26 19:52:26 -05:00
committed by GitHub
parent 23d04743c1
commit fdfbc0658f
5 changed files with 48 additions and 1 deletions

View File

@@ -188,6 +188,9 @@ const calculateValue = () => {
scboy: {
token: envs.SCBOY_BBS_TOKEN,
},
wordpress: {
cdnUrl: envs.WORDPRESS_CDN,
},
};
};
calculateValue();