File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ spring:
22
22
23
23
swagger :
24
24
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 서버입니다."
29
29
- url : http://localhost:8080
30
- description : " mopl local 서버입니다."
30
+ description : " pointer local 서버입니다."
31
31
32
32
logging :
33
33
level :
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ spring:
14
14
swagger :
15
15
servers :
16
16
- 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:
17
17
18
18
swagger :
19
19
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 서버입니다."
24
24
- url : http://localhost:8080
25
- description : " mopl local 서버입니다."
25
+ description : " pointer local 서버입니다."
26
26
27
27
logging :
28
28
level :
You can’t perform that action at this time.
0 commit comments