Skip to content

Commit

Permalink
Update properties
Browse files Browse the repository at this point in the history
  • Loading branch information
yasasghari committed Feb 22, 2024
1 parent f06f9fe commit 3d5fab5
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
@@ -1,6 +1,6 @@
spring.datasource.url=jdbc:postgresql://localhost:5432/postgresglobalapp
spring.datasource.username=postgres
spring.datasource.password=${password}
spring.datasource.password=Qwerty123456!
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.show-sql=true
spring.sql.init.mode=always
Expand Down

0 comments on commit 3d5fab5

Please sign in to comment.