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 7676 aws-region : ${{ secrets.AWS_REGION }}
7777 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
7878 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
79- instance-ids : " i-05c8a0f23da2f01e3 "
79+ instance-ids : " i-0e27758b937bcc047 "
8080 working-directory : /
8181 comment : Deploy
8282 command : |
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ spring:
1919 open-in-view : false
2020 hibernate :
2121 ddl-auto : update
22- autoconfigure : # ๋ก์ปฌ์์ ์คํํ ๋๋ Redis์ Session ์ค์ ์ ์ ์ธ
23- exclude :
24- - org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
25- - org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
2622 properties :
2723 hibernate :
2824 default_batch_fetch_size : 100
@@ -31,21 +27,13 @@ spring:
3127 use_sql_comments : true
3228 websocket :
3329 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
4230 custom :
4331 dev :
4432 cookieDomain : localhost
4533 frontUrl : " http://${custom.dev.cookieDomain}:5173"
4634 backUrl : " http://${custom.dev.cookieDomain}:${server.port}"
4735 prod :
48- cookieDomain : cmf .seoez.site
36+ cookieDomain : cmfd .seoez.site
4937 frontUrl : " https://www.${custom.prod.cookieDomain}/"
5038 backUrl : " https://api.${custom.prod.cookieDomain}/"
5139 site :
You canโt perform that action at this time.
0 commit comments