fix(naver-fetch): realestate base :18800 + 동별 ingest + 180s no-retry

This commit is contained in:
2026-07-10 10:55:51 +09:00
parent 0b4e4c2e0e
commit 8e64c4feb8
8 changed files with 56 additions and 47 deletions

View File

@@ -24,7 +24,7 @@ class Settings:
def load_settings() -> Settings:
return Settings(
nas_base_url=os.getenv("NAS_BASE_URL", "http://192.168.45.54:18500"),
nas_base_url=os.getenv("NAS_BASE_URL", "http://192.168.45.54:18800"),
internal_api_key=os.getenv("INTERNAL_API_KEY", ""),
redis_url=os.getenv("REDIS_URL", "redis://192.168.45.54:6379"),
fetch_interval_hours=float(os.getenv("FETCH_INTERVAL_HOURS", "2.5")),