Skip to content

Commit 314cf19

Browse files
committed
fix: redis 수정
1 parent 86656d7 commit 314cf19

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ services:
1717
TZ: ${TZ}
1818
JWT_ISSUER: ${JWT_ISSUER}
1919
JWT_SECRET_KEY: ${JWT_SECRET_KEY}
20+
REDIS_HOST: ${REDIS_HOST}
21+
REDIS_PORT: ${REDIS_PORT}
22+
REDIS_PASSWORD: ${REDIS_PASSWORD}
2023
FRONTEND_URL: ${FRONTEND_URL}
2124
restart: always

src/main/resources/application-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ logging:
4040
jwt:
4141
issuer: myteam.org
4242
secret-key: 401b09eab3c013d4ca54922bb802bec8fd5318192b0a75f201d8b3727429080fb337591abd3e44453b954555b7a0812e1081c39b740293f765eae731f5a65ed1
43+
44+
frontend:
45+
url: https://test.co.kr
46+
47+
server:
48+
port: 9090

src/main/resources/application.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
spring:
22
profiles:
3-
active: test
3+
active: dev
44
application:
5-
name: myteam-server
6-
server:
7-
port: 8080
5+
name: myteam-server

0 commit comments

Comments
 (0)