From 4882ee8924f50d9d7dfed3554bf1d24c3148a64f Mon Sep 17 00:00:00 2001 From: songhyeonpk Date: Wed, 2 Apr 2025 16:01:06 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dev=20profile=20=EC=84=B8=EC=85=98=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 56b3465..f59b3bf 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -5,13 +5,4 @@ spring: jpa: hibernate: - ddl-auto: none - -server: - servlet: - session: - cookie: - name: SESSION - same-site: none - secure: true - domain: .fittheman.site \ No newline at end of file + ddl-auto: none \ No newline at end of file