feature/33-postgres-database #79

Merged
kruti merged 5 commits from kruti/CFTunnels:feature/33-postgres-database into main 2025-10-18 11:38:08 +00:00
Showing only changes of commit 729d0ddcfc - Show all commits

View File

@ -22,7 +22,7 @@ spring.datasource.url=jdbc:postgresql://192.168.0.100:5432/cftunnel
spring.datasource.username=${POSTGRES_USERNAME}
spring.datasource.password=${POSTGRES_PASSWORD}
spring.datasource.driver-class-name=org.postgresql.Driver
spring.sql.init.mode=always
spring.sql.init.mode=never
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true