Skip to content

Commit 7fb70de

Browse files
committed
fix:cookie domain
1 parent 56cfe77 commit 7fb70de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ logging:
3333
com.back: INFO
3434
custom:
3535
site:
36-
cookieDomain: ""
36+
cookieDomain: "api.jobmate.info" # 도메인으로 변경
3737
frontUrl: "http://localhost:3000" # 프론트엔드 도메인으로 변경
3838
backUrl: "https://api.jobmate.info" # HTTPS로 변경
3939
cookie:

0 commit comments

Comments
 (0)