Update application.yml
This commit is contained in:
@@ -28,11 +28,11 @@ apigateway:
|
||||
spring:
|
||||
rabbitmq:
|
||||
host: ${rabbitmq.hostname:localhost}
|
||||
port: ${rabbitmq.port:5672}
|
||||
port: 5672
|
||||
username: guest
|
||||
password: guest
|
||||
zipkin:
|
||||
base-url: http://${zipkin.hostname:localhost}:${zipkin.port:9411}
|
||||
|
||||
egov:
|
||||
message: hello
|
||||
message: hello
|
||||
|
||||
Reference in New Issue
Block a user