Skip to content

Commit

Permalink
Revert env
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonali Shakya authored and Sonali Shakya committed Dec 12, 2024
1 parent e154627 commit 8b593e9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
spring.application.name=yugabyte-integration
#spring.datasource.url=${DB_URL}
spring.datasource.url=jdbc:postgresql://127.0.0.1:5433/my_app
spring.datasource.url=${DB_URL}
#spring.datasource.url=jdbc:postgresql://127.0.0.1:5433/my_app
spring.datasource.username=yugabyte
spring.datasource.password=
#spring.datasource.password=${DB_PASSWORD}
#spring.datasource.password=
spring.datasource.password=${DB_PASSWORD}
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
Expand Down

0 comments on commit 8b593e9

Please sign in to comment.