Skip to content

Commit

Permalink
remove extra port
Browse files Browse the repository at this point in the history
  • Loading branch information
mmtftr committed Oct 20, 2024
1 parent cd46923 commit f7c5318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application-docker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server.port=8080
jwt.signing.key=413F4428472B4B6250655368566D5970337336763979244226452948404D6351

spring.application.name=cuisines
spring.datasource.url=jdbc:mysql://${DB_HOST}:3306/${DB_NAME}?createDatabaseIfNotExist=true
spring.datasource.url=jdbc:mysql://${DB_HOST}/${DB_NAME}?createDatabaseIfNotExist=true
spring.datasource.username=${DB_USER}
spring.datasource.password=${DB_PASSWORD}
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
Expand Down

0 comments on commit f7c5318

Please sign in to comment.