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

@@ -3,7 +3,7 @@ from elasticsearch import Elasticsearch
from schemas.blog_elastic import BLOG_MAPPING
from config.logging import logger
ES_HOSTS = "http://14.103.235.151:9200"
ES_HOSTS = "http://host.docker.internal:9200"
ES_USER = "elastic"
ES_PASSWORD = "19940822Cxx"
BLOG_INDEX = "blog"

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'