Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 72ef316

Browse files
committed
Always remember to expose the env var
1 parent 0e6f244 commit 72ef316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const isProduction = process.env.NODE_ENV === 'production'
1111

1212
const env = {
1313
CONTRACT_ADDRESSES: '{}',
14+
FORCE_HTTPS: false,
1415
IPFS_SWARM: '',
1516
MESSAGING_ACCOUNT: '',
1617
MESSAGING_NAMESPACE: '',

0 commit comments

Comments
 (0)