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>
  • Loading branch information
FabioPinheiro authored and Fabio committed Apr 30, 2024
1 parent a73dff1 commit 5663a61
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 5663a61

Please sign in to comment.