fix: change event hub connection string

This commit is contained in:
djeon 2025-10-29 14:36:41 +09:00
parent c662393261
commit 5859b1c498

View File

@ -13,7 +13,7 @@
<!-- JPA Configuration -->
<entry key="SHOW_SQL" value="true" />
<entry key="JPA_DDL_AUTO" value="validate" />
<entry key="JPA_DDL_AUTO" value="update" />
<!-- Redis Configuration -->
<entry key="REDIS_HOST" value="20.249.177.114" />