ISSUE-43: Disabling csrf #82

Merged
hitanshu merged 7 commits from hitanshu/CFTunnels:ISSUE-43 into test 2025-10-18 12:59:32 +00:00
Showing only changes of commit 18e3535a57 - Show all commits

View File

@ -28,7 +28,7 @@ spring.datasource.url=jdbc:postgresql://192.168.0.100:5432/cftunnel
spring.datasource.username=${POSTGRES_USERNAME} spring.datasource.username=${POSTGRES_USERNAME}
spring.datasource.password=${POSTGRES_PASSWORD} spring.datasource.password=${POSTGRES_PASSWORD}
spring.datasource.driver-class-name=org.postgresql.Driver 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.hibernate.ddl-auto=update
spring.jpa.show-sql=true spring.jpa.show-sql=true