diff --git a/config/application.yml b/config/application.yml index 3a3e5bf..2dc94de 100644 --- a/config/application.yml +++ b/config/application.yml @@ -27,12 +27,12 @@ apigateway: # rabbitmq server spring: rabbitmq: - host: ${rabbitmq.hostname:${localhost}} + host: ${rabbitmq.hostname:localhost} port: 5672 username: guest password: guest zipkin: - base-url: http://${zipkin.hostname:${localhost}}:9411 + base-url: http://${zipkin.hostname:localhost}:9411 egov: message: hello \ No newline at end of file