Skip to content

Commit

Permalink
fix: set default endpoint to localhost (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Pinheiro <[email protected]>

Signed-off-by: Shailesh Patil <[email protected]>
  • Loading branch information
FabioPinheiro authored and mineme0110 committed May 1, 2024
1 parent f96d683 commit b607ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediator/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mediator = {
x = "MBjnXZxkMcoQVVL21hahWAw43RuAG-i64ipbeKKqwoA"
x = ${?KEY_AUTHENTICATION_X}
}
endpoint = "https://mediator-test-env.atalaprism.io/mediator"
endpoint = "http://localhost:8080"
endpoint = ${?SERVICE_ENDPOINT}
}
server.http.port = 8080
Expand Down

0 comments on commit b607ca2

Please sign in to comment.