Skip to content

Commit

Permalink
fix: set default endpoint to localhost (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro authored Aug 30, 2023
1 parent b0d4fee commit de8b702
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 de8b702

Please sign in to comment.