Skip to content

Commit

Permalink
pruebas conexion
Browse files Browse the repository at this point in the history
  • Loading branch information
An7h0ny1 committed Sep 2, 2024
1 parent f91dd7b commit 14da462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ spring.datasource.initialization-mode=always
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true

spring.datasource.url=${SPRING_DATASOURCE_URL}
spring.datasource.username=${SPRING_DATASOURCE_USERNAME}
spring.datasource.password=${SPRING_DATASOURCE_PASSWORD}
spring.datasource.url=jdbc:postgresql://dpg-crb14pjtq21c73ceivo0-a.oregon-postgres.render.com/vet_db_b64t
spring.datasource.username=vet_db_b64t_user
spring.datasource.password=vHhYD7upNXyc3WhTxvYgsJbUham3Vqea
spring.datasource.driver-class-name=org.postgresql.Driver


Expand Down

0 comments on commit 14da462

Please sign in to comment.