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 1504df7 commit 3b9d689Copy full SHA for 3b9d689
.github/workflows/deploy.yml
@@ -11,11 +11,6 @@ on:
11
push:
12
branches:
13
- main
14
- - chore/107
15
- pull_request:
16
- branches:
17
- - main
18
- - develop
19
workflow_dispatch:
20
21
permissions:
back/src/main/resources/application-prod.yml
@@ -32,12 +32,12 @@ logging:
32
org.springframework.transaction.interceptor: INFO
33
com.back: INFO
34
custom:
35
- site: # 임시입니다
36
- cookieDomain: ""
37
- frontUrl: "http://13.124.192.14:8080"
38
- backUrl: "http://13.124.192.14:8080"
+ site:
+ cookieDomain: ".jobmate.info" # 도메인 설정
+ frontUrl: "https://jobmate.info"
+ backUrl: "https://api.jobmate.info" # HTTPS로 변경
39
cookie:
40
httpOnly: true
41
- secure: false
+ secure: true # HTTPS에서는 true로 변경
42
sameSite: "Lax"
43
maxAge: "#{60*60*24}"
0 commit comments