🐛 localhost 선언 오류 수정
This commit is contained in:
@@ -27,12 +27,12 @@ apigateway:
|
|||||||
# rabbitmq server
|
# rabbitmq server
|
||||||
spring:
|
spring:
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
host: ${rabbitmq.hostname:${localhost}}
|
host: ${rabbitmq.hostname:localhost}
|
||||||
port: 5672
|
port: 5672
|
||||||
username: guest
|
username: guest
|
||||||
password: guest
|
password: guest
|
||||||
zipkin:
|
zipkin:
|
||||||
base-url: http://${zipkin.hostname:${localhost}}:9411
|
base-url: http://${zipkin.hostname:localhost}:9411
|
||||||
|
|
||||||
egov:
|
egov:
|
||||||
message: hello
|
message: hello
|
||||||
Reference in New Issue
Block a user