@@ -5,4 +5,4 @@ spring:
username: postgres
password: postgres
server:
- port: 8085
+ port: 9095
@@ -10,7 +10,7 @@ metering-service:
listOfServers: http://localhost:8084
scheduler-service:
ribbon:
- listOfServers: http://localhost:8085
+ listOfServers: http://localhost:9095
data-extraction-service:
listOfServers: http://localhost:8086