Merge branch 'develop' into feature/analytics

This commit is contained in:
Hyowon Yang
2025-10-29 19:31:10 +09:00
committed by GitHub
193 changed files with 25489 additions and 426 deletions
@@ -80,6 +80,7 @@ server:
charset: UTF-8
enabled: true
force: true
context-path: /api/v1/analytics
# JWT
jwt:
@@ -89,7 +90,11 @@ jwt:
# CORS Configuration
cors:
allowed-origins: ${CORS_ALLOWED_ORIGINS:http://localhost:*}
allowed-origins: ${CORS_ALLOWED_ORIGINS:http://localhost:8081,http://localhost:8082,http://localhost:8083,http://localhost:8084,http://kt-event-marketing.20.214.196.128.nip.io}
allowed-methods: ${CORS_ALLOWED_METHODS:GET,POST,PUT,DELETE,OPTIONS,PATCH}
allowed-headers: ${CORS_ALLOWED_HEADERS:*}
allow-credentials: ${CORS_ALLOW_CREDENTIALS:true}
max-age: ${CORS_MAX_AGE:3600}
# Actuator
management: