From 11103fbe1e8273867d33de4e821b810e2011adf3 Mon Sep 17 00:00:00 2001 From: hyeonda02 Date: Sun, 28 Dec 2025 05:38:23 +0900 Subject: [PATCH] =?UTF-8?q?(refactor)=20properties=20=EB=B3=80=EC=88=98?= =?UTF-8?q?=EB=AA=85=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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 2719477..6f5525a 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -34,5 +34,5 @@ management.endpoint.health.probes.enabled=true management.health.redis.enabled=false -cors.allowed-origins=${CORS_ALLOWED_ORIGINS_EVENT} +cors.allowed-origins=${CORS_ALLOWED_ORIGINS} swagger.server-url=${SWAGGER_SERVER_URL_EVENT} \ No newline at end of file diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties index 2719477..df50091 100644 --- a/src/main/resources/application-prod.properties +++ b/src/main/resources/application-prod.properties @@ -16,7 +16,7 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.data.redis.host=${SPRING_DATA_REDIS_HOST} spring.data.redis.port=${SPRING_DATA_REDIS_PORT} -spring.data.redis.ssl.enabled=false +spring.data.redis.ssl.enabled=true aws.s3.bucket=${S3_BUCKET} aws.s3.region=${AWS_REGION} @@ -34,5 +34,5 @@ management.endpoint.health.probes.enabled=true management.health.redis.enabled=false -cors.allowed-origins=${CORS_ALLOWED_ORIGINS_EVENT} +cors.allowed-origins=${CORS_ALLOWED_ORIGINS} swagger.server-url=${SWAGGER_SERVER_URL_EVENT} \ No newline at end of file