We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d785eab commit ee9d0c7Copy full SHA for ee9d0c7
backend/src/main/resources/application-prod.yml
@@ -5,7 +5,7 @@ spring:
5
username: ${PROD_DATASOURCE_USERNAME}
6
password: ${PROD_DATASOURCE_PASSWORD}
7
datasource-meta:
8
- jdbc-url: jdbc:mysql://localhost:3306/meta_db?useSSL=false&useUnicode=true&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true&createDatabaseIfNotExist=true
+ jdbc-url: jdbc:mysql://mysql:3306/meta_db?useSSL=false&useUnicode=true&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true&createDatabaseIfNotExist=true
9
driver-class-name: ${PROD_DATASOURCE_DRIVER}
10
11
0 commit comments