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