Skip to content

Commit

Permalink
order-service-yml file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 13, 2023
1 parent 48ec491 commit ab6541e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions order-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ spring:
datasource:
url: jdbc:mysql://${MYSQL_HOST:localhost}:3306/orders_db
driverClassName: com.mysql.cj.jdbc.Driver
username: ${MYSQL_DB_USER}
password: ${MY_DB_PASSWORD}
username: ${MYSQL_DB_USERNAME}
password: ${MYSQL_DB_PASSWORD}
jpa:
database-platform: org.hibernate.dialect.MySQL8Dialect
hibernate:
Expand Down

0 comments on commit ab6541e

Please sign in to comment.