File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 76
76
aws-region : ${{ secrets.AWS_REGION }}
77
77
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
78
78
aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
79
- instance-ids : " i-05c8a0f23da2f01e3 "
79
+ instance-ids : " i-0e27758b937bcc047 "
80
80
working-directory : /
81
81
comment : Deploy
82
82
command : |
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ spring:
19
19
open-in-view : false
20
20
hibernate :
21
21
ddl-auto : update
22
- autoconfigure : # ๋ก์ปฌ์์ ์คํํ ๋๋ Redis์ Session ์ค์ ์ ์ ์ธ
23
- exclude :
24
- - org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
25
- - org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
26
22
properties :
27
23
hibernate :
28
24
default_batch_fetch_size : 100
@@ -31,21 +27,13 @@ spring:
31
27
use_sql_comments : true
32
28
websocket :
33
29
enabled : true
34
- logging :
35
- level :
36
- cmf.commitField : DEBUG
37
- org.hibernate.SQL : DEBUG
38
- org.hibernate.type.blind : TRACE
39
- org.hibernate.type.extract : TRACE
40
- org.springframework.transaction.interceptor : TRACE
41
- org.springframework : DEBUG
42
30
custom :
43
31
dev :
44
32
cookieDomain : localhost
45
33
frontUrl : " http://${custom.dev.cookieDomain}:5173"
46
34
backUrl : " http://${custom.dev.cookieDomain}:${server.port}"
47
35
prod :
48
- cookieDomain : cmf .seoez.site
36
+ cookieDomain : cmfd .seoez.site
49
37
frontUrl : " https://www.${custom.prod.cookieDomain}/"
50
38
backUrl : " https://api.${custom.prod.cookieDomain}/"
51
39
site :
You canโt perform that action at this time.
0 commit comments