Skip to content

Commit

Permalink
fixing docker files for aaio with gateway to be more sensible in the …
Browse files Browse the repository at this point in the history
…setup
  • Loading branch information
Benjamin Hebgen committed Feb 9, 2022
1 parent 3ff6718 commit 8135184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AllInOneRunner/src/main/resources/application-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mysettings:
host: ${bushost:kafka}
eureka:
protocol: ${eurekaprotocol:http}
host: ${eurekahost:localhost}
host: ${eurekahost:eureka}
port: ${eurekaport:8761}
postgres:
host: ${dbhost:postgres}
Expand Down

0 comments on commit 8135184

Please sign in to comment.