feature/approve-reject-request #112

Merged
hitanshu merged 4 commits from hitanshu/CFTunnels:feature/approve-reject-request into test 2026-02-15 19:53:08 +00:00
3 changed files with 1 additions and 4 deletions
Showing only changes of commit 5823d2b6a0 - Show all commits

View File

@ -9,5 +9,4 @@ debug=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.sql.init.mode=never
spring.datasource.url=jdbc:postgresql://localhost:5432/cftunnel

View File

@ -9,5 +9,4 @@ spring.datasource.driver-class-name=org.postgresql.Driver
# JPA Configuration
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=false
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.sql.init.mode=never
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect

View File

@ -10,4 +10,3 @@ spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.sql.init.mode=never