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.
2 parents b915604 + 4df4ef2 commit 1a8227aCopy full SHA for 1a8227a
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