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}