Fix: connection string 숨기기
This commit is contained in:
parent
8e86d913ec
commit
75c4df6436
@ -19,11 +19,10 @@ spring:
|
|||||||
hibernate:
|
hibernate:
|
||||||
format_sql: true
|
format_sql: true
|
||||||
dialect: org.hibernate.dialect.PostgreSQLDialect
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
||||||
|
|
||||||
# Azure Event Hub 설정 (추가)
|
# Azure Event Hub 설정 (추가)
|
||||||
azure:
|
azure:
|
||||||
eventhub:
|
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:
|
data:
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user