Skip to content

Commit e0c86b6

Browse files
committed
Chore: CI 환경에서 Redis 추가
# Conflicts: # .github/workflows/backend-ci.yml
1 parent 7a22985 commit e0c86b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/application-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ spring:
55
username: sa
66
password:
77

8+
data:
9+
redis:
10+
host: ${SPRING_REDIS_HOST:localhost}
11+
port: ${SPRING_REDIS_PORT:6379}
12+
813
security:
914
oauth2:
1015
client:

0 commit comments

Comments
 (0)