Skip to content

Commit

Permalink
fix: test 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
kamothi committed Sep 30, 2024
1 parent 1d1bd57 commit ffa78a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ spring:
activate:
on-profile: local

data:
redis:
host: localhost
port: 6379

application:
name: user-service

Expand Down Expand Up @@ -62,11 +67,6 @@ spring:
config:
enabled: false # 로컬 환경에서 Config 서버 비활성화

data:
redis:
host: localhost
port: 6379

eureka:
client:
enabled: false # 로컬 환경에서 Eureka 클라이언트 비활성화
Expand Down

0 comments on commit ffa78a6

Please sign in to comment.