Added API_URL to client env

This commit is contained in:
ireic
2020-01-11 18:29:24 +01:00
parent 7be6b72a9d
commit 27b8578167
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ module.exports = {
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify('production'),
API_PORT: JSON.stringify('3001'),
API_URL: JSON.stringify('http://jira-api.ivorreic.com'),
},
}),
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),