Skip to content

Commit

Permalink
test: 테스트용 application.yml 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
seminchoi committed Aug 20, 2024
1 parent 5ce652e commit 37ae3f2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
spring:
data:
redis:
lettuce:
host: localhost
port: 6379
redisson:
host: localhost
port: 6379

jwt:
issuer: test
expiry-seconds: 1800
secret: thisisjusttestaccesssecretsodontworry

0 comments on commit 37ae3f2

Please sign in to comment.