Fix: connection string 숨기기

This commit is contained in:
UNGGU0704 2025-06-17 14:33:38 +09:00
parent 8e86d913ec
commit 75c4df6436

View File

@ -19,11 +19,10 @@ spring:
hibernate:
format_sql: true
dialect: org.hibernate.dialect.PostgreSQLDialect
# Azure Event Hub 설정 (추가)
azure:
eventhub:
connection-string: ${AZURE_EVENTHUB_CONNECTION_STRING:Endpoint=sb://hiorder-ns-pubsub.servicebus.windows.net/;SharedAccessKeyName=test;SharedAccessKey=aeFep3tpn1OdNGMx6h92IXOaVxLHSQyxJ+AEhO34wJM=;EntityPath=hiorder-name-pubsub}
connection-string: ${AZURE_EVENTHUB_CONNECTION_STRING}
data:
redis: