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 7f13fc5 + e330eeb commit 03f306cCopy full SHA for 03f306c
.github/workflows/CI-CD_Pipeline.yml
@@ -231,7 +231,7 @@ jobs:
231
232
PROD_DATASOURCE_URL=jdbc:mysql://mysql_1:3306/DB_NAME?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Seoul
233
PROD_DATASOURCE_DRIVER=com.mysql.cj.jdbc.Driver
234
- PROD_DATASOURCE_USERNAME=${{ secrets.DB_USER }}
+ PROD_DATASOURCE_USERNAME=root
235
PROD_DATASOURCE_PASSWORD=${{ secrets.DB_PASSWORD }}
236
237
PROD_REDIS_HOST=redis_1
0 commit comments