Skip to content

Commit b6b60d6

Browse files
authored
use localhost instead of linux docker 172.17.0.1 for homogeneity (#143)
1 parent 08c5363 commit b6b60d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gridsuite:
2323
base-uri: http://localhost:5022
2424
-
2525
name: network-modification-server
26-
base-uri: http://172.17.0.1:5007
26+
base-uri: http://localhost:5007
2727
-
2828
name: filter-server
2929
base-uri: http://localhost:5027

0 commit comments

Comments
 (0)