Skip to content

Commit d94d705

Browse files
committed
feat/OPS-377 : 테스트/운영 환경 분리 #2
1 parent 5660eed commit d94d705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spring:
99
host: 10.0.1.153
1010
port: 6379
1111
timeout: 6000
12-
password: zoopzoopRedisProd!
12+
password: ${redis-password-prod}
1313

1414
security:
1515
oauth2:

src/main/resources/application-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spring:
99
host: 10.0.1.246
1010
port: 6379
1111
timeout: 6000
12-
password: zoopzoopRedisTest!
12+
password: ${redis-password-test}
1313

1414
security:
1515
oauth2:

0 commit comments

Comments
 (0)