Added API_URL to client env
This commit is contained in:
@@ -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$/),
|
||||
|
||||
Reference in New Issue
Block a user