Skip to content

Commit e5ad87a

Browse files
committed
fix:크로스 도메인 공유설정 해제
1 parent 594c6b6 commit e5ad87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ custom:
4545
secure: true
4646
same: "None"
4747
site:
48-
cookieDomain: ".${BASE_URL}"
48+
cookieDomain: "${BASE_URL}"
4949
frontUrl: "${custom.prod.frontUrl}"
5050
backUrl: "${custom.prod.backUrl}"
5151
name: ssoul

0 commit comments

Comments
 (0)