From c982e2282a8f107bf7daebb2c337748a6a6b2521 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista Date: Fri, 11 Nov 2022 06:08:27 -0300 Subject: [PATCH] Update application.yml --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index cc22de9..918a382 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -16,7 +16,7 @@ server: servlet: session: cookie: - same-site: lax + same-site: none port: ${PORT} spring: @@ -63,4 +63,4 @@ spring: properties: hibernate: dialect: org.hibernate.dialect.PostgreSQLDialect - format_sql: true \ No newline at end of file + format_sql: true