aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-02-23 16:35:16 +0200
committerGravatar ks129 <[email protected]>2021-02-23 16:35:16 +0200
commit4042010ea4463518cbb26ab81c993ad7447d6317 (patch)
treeec4b7ce6da93fe4f315357c8df2e5dc2fa60896c /webpack.config.js
parentAdd hCaptcha dependencies (diff)
Add hCaptcha sitekey environment variable to webpack config
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 35c90a7..70c2ae9 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -93,7 +93,8 @@ module.exports = {
REACT_APP_SENTRY_DSN: "https://[email protected]/1234",
REACT_APP_OAUTH2_CLIENT_ID: "0",
BACKEND_URL: "https://forms-api.pythondiscord.com/",
- CONTEXT: "development"
+ CONTEXT: "development",
+ HCAPTCHA_SITEKEY: "10000000-ffff-ffff-ffff-000000000001"
}), new HtmlWebpackPlugin({
inject: true,
template: 'public/index.html'