Skip to content

Commit

Permalink
Revert "Update application.properties"
Browse files Browse the repository at this point in the history
This reverts commit c74ef7d.
  • Loading branch information
nhkhai committed May 1, 2024
1 parent c74ef7d commit 50645fe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ server.port=9090

# Database Configuration.
# PostgreSQL.
# spring.datasource.url=jdbc:postgresql://localhost:5432/the_review_room
# spring.datasource.url=postgres://thereviewroom:pDQShsRlKEuO9U5A0pEhSDpYi97deJnC@dpg-cop4fvgl5elc739f440g-a.singapore-postgres.render.com/the_review_room
spring.datasource.url=postgres://thereviewroom:pDQShsRlKEuO9U5A0pEhSDpYi97deJnC@dpg-cop4fvgl5elc739f440g-a/the_review_room
spring.datasource.url=jdbc:postgresql://localhost:5432/the_review_room
# For WSL, use postgres.
# For Mac, use your Mac username.
# spring.datasource.username=postgres
spring.datasource.username=thereviewroom
spring.datasource.username=postgres
# Password can be blank if we set it to trust in pg_hba.conf.
spring.datasource.password=

Expand Down

0 comments on commit 50645fe

Please sign in to comment.