Skip to content

Commit 74fd1b5

Browse files
authored
Fix port number for state-estimation-orchestrator-server (#128)
Signed-off-by: David BRAQUART <[email protected]>
1 parent d2a317b commit 74fd1b5

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
@@ -65,7 +65,7 @@ gridsuite:
6565
state-estimation-server:
6666
base-uri: http://localhost:6040
6767
state-estimation-orchestrator-server:
68-
base-uri: http://localhost:5041
68+
base-uri: http://localhost:6041
6969
study-config-server:
7070
base-uri: http://localhost:5035
7171
user-identity-server:

0 commit comments

Comments
 (0)