Merge branch 'develop' of https://github.com/ktds-dg0501/kt-event-marketing into feature/distribution

This commit is contained in:
sunmingLee
2025-10-30 18:38:14 +09:00
138 changed files with 5568 additions and 1057 deletions
@@ -145,6 +145,14 @@ springdoc:
display-request-duration: true
show-actuator: true
# CORS Configuration
cors:
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}
# Logging
logging:
file: