Skip to content

Commit 56cfe77

Browse files
committed
fix:cookie
1 parent c0f8ae2 commit 56cfe77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

back/src/main/resources/application-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ logging:
3434
custom:
3535
site:
3636
cookieDomain: ""
37-
frontUrl: "https://jobmate.info"
37+
frontUrl: "http://localhost:3000" # 프론트엔드 도메인으로 변경
3838
backUrl: "https://api.jobmate.info" # HTTPS로 변경
3939
cookie:
4040
httpOnly: true
41-
secure: true # HTTPS에서는 true로 변경
41+
secure: false # HTTPS에서는 true로 변경
4242
sameSite: "Lax"
4343
maxAge: "#{60*60*24}"

0 commit comments

Comments
 (0)