Skip to content

Commit f352c1c

Browse files
author
Stefano Malagò
committed
Fixed broken development container
Changed default TAGGING_SERVICE_URL to localhost
1 parent ff1848c commit f352c1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/.env.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TAGGING_SERVICE_URL=http://192.168.1.169:5000
1+
TAGGING_SERVICE_URL=http://localhost:5000

frontend/webpack.dev.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const config: webpack.Configuration = {
4646
extensions: ["js", "jsx", "ts", "tsx"],
4747
}),
4848
new webpack.DefinePlugin({
49-
'process.env.TAGGING_SERVICE_URL': 'http://localhost:5000'
49+
'process.env.TAGGING_SERVICE_URL': JSON.stringify('http://localhost:5000')
5050
}),
5151
],
5252
devtool: "inline-source-map",

0 commit comments

Comments
 (0)