Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ spring:

swagger:
servers:
- url: https://dev.mopl.kr
description: "mopl dev https 서버입니다."
- url: http://dev.mopl.kr
description: "mopl dev http 서버입니다."
- url: https://dev.math-pointer.com
description: "pointer dev https 서버입니다."
- url: http://dev.math-pointer.com
description: "pointer dev http 서버입니다."
- url: http://localhost:8080
description: "mopl local 서버입니다."
description: "pointer local 서버입니다."

logging:
level:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spring:
swagger:
servers:
- url: http://localhost:8080
description: "mopl local 서버입니다."
description: "pointer local 서버입니다."
10 changes: 5 additions & 5 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ spring:

swagger:
servers:
- url: https://prod.mopl.kr
description: "mopl prod https 서버입니다."
- url: http://prod.mopl.kr
description: "mopl prod http 서버입니다."
- url: https://prod.math-pointer.com
description: "pointer prod https 서버입니다."
- url: http://prod.math-pointer.com
description: "pointer prod http 서버입니다."
- url: http://localhost:8080
description: "mopl local 서버입니다."
description: "pointer local 서버입니다."

logging:
level:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cors-allowed-origins:
http://ppp.dev.admin.math-pointer.com,
https://www.math-pointer.com,
http://www.math-pointer.com,
https://www.dev.math-pointer.com
https://www.dev.math-pointer.com,
http://www.dev.math-pointer.com