Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 0879558

Browse files
✨ update: application.yml settings to use registry fetching in false mode
1 parent 53c9116 commit 0879558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ server:
44
eureka:
55
client:
66
register-with-eureka: false
7-
fetch-registry: true
7+
fetch-registry: false
88
server:
99
enable-self-preservation: true
1010

0 commit comments

Comments
 (0)