Skip to content

Commit

Permalink
update : application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
proysm committed Oct 11, 2024
1 parent c1f465c commit df11799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions back/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ server:
spring:
datasource:
url: jdbc:mysql://172.17.0.2:3306/stock_signal
username: ${MYSQL_USERNAME}
password: ${MYSQL_PASSWORD}
username: root
password: root9030
driver-class-name: com.mysql.cj.jdbc.Driver

springdoc:
Expand Down
4 changes: 2 additions & 2 deletions back/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ server:
spring:
datasource:
url: jdbc:mysql://172.17.0.2:3306/stock_signal
username: ${MYSQL_USERNAME}
password: ${MYSQL_PASSWORD}
username: root
password: root9030
driver-class-name: com.mysql.cj.jdbc.Driver

springdoc:
Expand Down

0 comments on commit df11799

Please sign in to comment.