From f9b064c8fcf286af4d74a3b8e217e12ba9d23487 Mon Sep 17 00:00:00 2001 From: hyeonda02 Date: Sun, 28 Dec 2025 05:35:06 +0900 Subject: [PATCH] =?UTF-8?q?(refactor)=20properties=20=EB=B3=80=EC=88=98=20?= =?UTF-8?q?=EC=9D=B4=EB=A6=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.properties | 2 +- src/main/resources/application-prod.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 7494bba..115a6ec 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -33,7 +33,7 @@ management.endpoints.web.exposure.include=health,prometheus management.endpoint.health.probes.enabled=true management.health.redis.enabled=false -cors.allowed-origins=${CORS_ALLOWED_ORIGINS_AUTH} +cors.allowed-origins=${CORS_ALLOWED_ORIGINS} swagger.server-url=${SWAGGER_SERVER_URL_AUTH} member.service.base-url=${MEMBER_SERVICE_BASE_URL} diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index bf7ed74..013bde8 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -33,7 +33,7 @@ management.endpoints.web.exposure.include=health,prometheus management.endpoint.health.probes.enabled=true management.health.redis.enabled=false -cors.allowed-origins=${CORS_ALLOWED_ORIGINS_AUTH} +cors.allowed-origins=${CORS_ALLOWED_ORIGINS} swagger.server-url=${SWAGGER_SERVER_URL_AUTH} member.service.base-url=${MEMBER_SERVICE_BASE_URL}