refactor: 어플리케이션 업무코드(DAP) 전면 전환에 따른 패키지 및 모듈명 대규모 리팩토링
This commit is contained in:
13
dap-tool-email/src/main/resources/application.properties
Normal file
13
dap-tool-email/src/main/resources/application.properties
Normal file
@@ -0,0 +1,13 @@
|
||||
server.port=8083
|
||||
spring.application.name=dap-tool-email
|
||||
|
||||
spring.profiles.active=local
|
||||
|
||||
# Suppress Kafka Connection Logs
|
||||
logging.level.org.apache.kafka=ERROR
|
||||
|
||||
# Auto Prefix Namespace
|
||||
mcp.namespace=email
|
||||
|
||||
# API 보안 키 설정
|
||||
mcp.security.tenant-domains.TESTER-DEV=ALL
|
||||
Reference in New Issue
Block a user