Skip to content

Commit 1a8227a

Browse files
authored
Merge pull request #225 from prgrms-web-devcourse-final-project/develop
chore[infra]: 설정변경
2 parents b915604 + 4df4ef2 commit 1a8227a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ spring:
55
username: ${PROD_DATASOURCE_USERNAME}
66
password: ${PROD_DATASOURCE_PASSWORD}
77
datasource-meta:
8-
jdbc-url: jdbc:mysql://localhost:3306/meta_db?useSSL=false&useUnicode=true&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true&createDatabaseIfNotExist=true
8+
jdbc-url: jdbc:mysql://mysql:3306/meta_db?useSSL=false&useUnicode=true&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true&createDatabaseIfNotExist=true
99
driver-class-name: ${PROD_DATASOURCE_DRIVER}
1010
username: ${PROD_DATASOURCE_USERNAME}
1111
password: ${PROD_DATASOURCE_PASSWORD}

0 commit comments

Comments
 (0)