Skip to content

Commit 1511472

Browse files
committed
add consul
1 parent 4b8f381 commit 1511472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-repo/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spring:
1515
consul:
1616
discovery:
1717
prefer-ip-address: true
18-
instance-id: ${spring.application.name}:comma,separated,profiles:${server.port}:${random.value}
18+
instance-id: ${spring.application.name}:${server.port}:${random.value}
1919
host: registry
2020
port: 8500
2121
rabbitmq:

0 commit comments

Comments
 (0)