feat:更新host地址

This commit is contained in:
2025-10-09 22:58:49 +08:00
parent 0d32c9b629
commit 8fc915a6e3
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ from pathlib import Path
from config.setting import settings
FLUENTD_HOST = '14.103.235.151'
FLUENTD_HOST = 'host.docker.internal'
FLUENTD_PORT = 24422
TOPIC_TAG = 'blog-service'