Skip to content

Commit

Permalink
change port
Browse files Browse the repository at this point in the history
  • Loading branch information
waelABDALLAH1 committed Dec 28, 2024
1 parent c5d9aae commit c7b3cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pricing/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring.application.name=pricing
server.port=8086


spring.datasource.url=jdbc:postgresql://localhost:5439/db_pricing
spring.datasource.url=jdbc:postgresql://localhost:5432/db_pricing
spring.datasource.username=postgres
spring.datasource.password=azerty
spring.datasource.driver-class-name=org.postgresql.Driver
Expand Down

0 comments on commit c7b3cf7

Please sign in to comment.