File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ spring:
2222
2323swagger :
2424 servers :
25- - url : https://dev.mopl.kr
26- description : " mopl dev https 서버입니다."
27- - url : http://dev.mopl.kr
28- description : " mopl dev http 서버입니다."
25+ - url : https://dev.math-pointer.com
26+ description : " pointer dev https 서버입니다."
27+ - url : http://dev.math-pointer.com
28+ description : " pointer dev http 서버입니다."
2929 - url : http://localhost:8080
30- description : " mopl local 서버입니다."
30+ description : " pointer local 서버입니다."
3131
3232logging :
3333 level :
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ spring:
1414swagger :
1515 servers :
1616 - url : http://localhost:8080
17- description : " mopl local 서버입니다."
17+ description : " pointer local 서버입니다."
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ spring:
1717
1818swagger :
1919 servers :
20- - url : https://prod.mopl.kr
21- description : " mopl prod https 서버입니다."
22- - url : http://prod.mopl.kr
23- description : " mopl prod http 서버입니다."
20+ - url : https://prod.math-pointer.com
21+ description : " pointer prod https 서버입니다."
22+ - url : http://prod.math-pointer.com
23+ description : " pointer prod http 서버입니다."
2424 - url : http://localhost:8080
25- description : " mopl local 서버입니다."
25+ description : " pointer local 서버입니다."
2626
2727logging :
2828 level :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ cors-allowed-origins:
2626 http://ppp.dev.admin.math-pointer.com,
2727 https://www.math-pointer.com,
2828 http://www.math-pointer.com,
29- https://www.dev.math-pointer.com
29+ https://www.dev.math-pointer.com,
3030 http://www.dev.math-pointer.com
3131
3232
You can’t perform that action at this time.
0 commit comments