Update application.yml
This commit is contained in:
@@ -16,7 +16,7 @@ server:
|
|||||||
servlet:
|
servlet:
|
||||||
session:
|
session:
|
||||||
cookie:
|
cookie:
|
||||||
same-site: lax
|
same-site: none
|
||||||
port: ${PORT}
|
port: ${PORT}
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
@@ -63,4 +63,4 @@ spring:
|
|||||||
properties:
|
properties:
|
||||||
hibernate:
|
hibernate:
|
||||||
dialect: org.hibernate.dialect.PostgreSQLDialect
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
||||||
format_sql: true
|
format_sql: true
|
||||||
|
|||||||
Reference in New Issue
Block a user