Skip to content

Commit

Permalink
Task 58 : Revise application.yml of auth service
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapter1990 committed Jul 21, 2024
1 parent aee15cd commit d1750db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions authservice/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ spring:
server:
port: 1112

eureka:
client:
serviceUrl:
defaultZone: ${EUREKA_SERVICE_URL:http://localhost:8761/eureka/}


logging:
level:
org.springframework.security: DEBUG
Expand Down

0 comments on commit d1750db

Please sign in to comment.