Skip to content

Commit

Permalink
Set up Database
Browse files Browse the repository at this point in the history
  • Loading branch information
sdikyarts committed May 8, 2024
1 parent 0ebbd92 commit a596c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring.datasource.url=jdbc:postgresql://localhost:5432/subscription-admin
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.datasource.password=super
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring.datasource.url=jdbc:postgresql://postgres:5432/subscription-admin
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.datasource.password=super
spring.jpa.hibernate.ddl-auto=create
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
Expand Down

0 comments on commit a596c51

Please sign in to comment.