diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index bd7d998..e1c5bc8 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -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: diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index ea4aef2..f113266 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -14,4 +14,4 @@ spring: swagger: servers: - url: http://localhost:8080 - description: "mopl local 서버입니다." \ No newline at end of file + description: "pointer local 서버입니다." \ No newline at end of file diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 46caf6f..c79243d 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -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: diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4d1174e..913c2a8 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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