aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-14 19:18:19 +0000
committerGravatar GitHub <[email protected]>2020-12-14 19:18:19 +0000
commita1963eb56f9682a6315a06a075d09314822dbfd9 (patch)
treed0856e1326516447a33951de623770787f6ef996 /webpack.config.js
parentMerge pull request #29 from python-discord/dependabot/npm_and_yarn/ini-1.3.8 (diff)
parentSimplify 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.js3
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,