Browse Source

add discovery config

yassine 10 months ago
parent
commit
c281afce85
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      discovery.yml

+ 6
- 0
discovery.yml View File

1
+server:
2
+  port: 8761
3
+eureka:
4
+  client:
5
+    register-with-eureka: false
6
+    fetch-registry: false

Powered by TurnKey Linux.