Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
SubbuTechTutorials authored Oct 23, 2024
1 parent 03b6375 commit 971b21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring.sql.init.data-locations=classpath*:db/${database}/data.sql
spring.sql.init.mode=always

# Datasource configuration for MySQL
spring.datasource.url=${MYSQL_URL:jdbc:mysql://localhost:3306/petclinic?useSSL=false&allowPublicKeyRetrieval=true}
spring.datasource.url=${MYSQL_URL:jdbc:mysql://mysql-service-prod:3306/petclinic?useSSL=false&allowPublicKeyRetrieval=true}
spring.datasource.username=${MYSQL_USER:petclinic}
spring.datasource.password=${MYSQL_PASSWORD:petclinic}

Expand Down

0 comments on commit 971b21b

Please sign in to comment.