Skip to content

Commit

Permalink
MATE-85 : [FIX] test.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
juchan204 committed Dec 3, 2024
1 parent ea147af commit d3a68c9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,17 @@ spring:
h2:
console:
enabled: true
path: /h2-console
path: /h2-console

oauth:
naver:
client-id: ${NAVER_CLIENT_ID}
redirect-uri: ${NAVER_REDIRECT_URI}
client-secret: ${NAVER_CLIENT_SECRET}

jwt:
secret_key: ${JWT_SECRET_KEY}

openweather:
api:
key: ${OPENWEATHER_API_KEY}

0 comments on commit d3a68c9

Please sign in to comment.