We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f8ae2 commit 56cfe77Copy full SHA for 56cfe77
back/src/main/resources/application-prod.yml
@@ -34,10 +34,10 @@ logging:
34
custom:
35
site:
36
cookieDomain: ""
37
- frontUrl: "https://jobmate.info"
+ frontUrl: "http://localhost:3000" # 프론트엔드 도메인으로 변경
38
backUrl: "https://api.jobmate.info" # HTTPS로 변경
39
cookie:
40
httpOnly: true
41
- secure: true # HTTPS에서는 true로 변경
+ secure: false # HTTPS에서는 true로 변경
42
sameSite: "Lax"
43
maxAge: "#{60*60*24}"
0 commit comments