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 <fabiomgpinheiro@gmail.com>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
  • Loading branch information
FabioPinheiro authored and mineme0110 committed May 1, 2024
1 parent 97a6fb8 commit 0b2464e
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 0b2464e

Please sign in to comment.