Skip to content

Commit d1750db

Browse files
committed
Task 58 : Revise application.yml of auth service
1 parent aee15cd commit d1750db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

authservice/src/main/resources/application.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ spring:
44
server:
55
port: 1112
66

7+
eureka:
8+
client:
9+
serviceUrl:
10+
defaultZone: ${EUREKA_SERVICE_URL:http://localhost:8761/eureka/}
11+
12+
713
logging:
814
level:
915
org.springframework.security: DEBUG

0 commit comments

Comments
 (0)