diff options
author | 2020-12-14 19:18:19 +0000 | |
---|---|---|
committer | 2020-12-14 19:18:19 +0000 | |
commit | a1963eb56f9682a6315a06a075d09314822dbfd9 (patch) | |
tree | d0856e1326516447a33951de623770787f6ef996 /webpack.config.js | |
parent | Merge pull request #29 from python-discord/dependabot/npm_and_yarn/ini-1.3.8 (diff) | |
parent | Simplify Axios client baseURL definition (diff) |
Merge pull request #30 from python-discord/ks123/discovery
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index babea35..d2bf5aa 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -88,7 +88,8 @@ module.exports = (env) => { REACT_APP_SHA: "development", REACT_APP_SENTRY_DSN: "https://[email protected]/1234", REACT_APP_BRANCH: "development", - REACT_APP_OAUTH2_CLIENT_ID: "0" + REACT_APP_OAUTH2_CLIENT_ID: "0", + BACKEND_URL: "https://forms-api.pythondiscord.com/" }), new HtmlWebpackPlugin({ inject: true, |