feat(naver-fetch): Dockerfile(Playwright) + compose 서비스(18716) + .env.example
This commit is contained in:
16
services/naver-fetch/.env.example
Normal file
16
services/naver-fetch/.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# naver-fetch — realestate 매물 fetch 워커
|
||||
|
||||
REDIS_URL=redis://192.168.45.54:6379
|
||||
NAS_BASE_URL=http://192.168.45.54:18500
|
||||
# render 워커 공유키 (X-Internal-Key)
|
||||
INTERNAL_API_KEY=
|
||||
|
||||
# 스케줄 (KST)
|
||||
FETCH_INTERVAL_HOURS=2.5
|
||||
DAYTIME_START=08:00
|
||||
DAYTIME_END=20:00
|
||||
|
||||
# 네이버
|
||||
NAVER_REAL_ESTATE_TYPE=APT:ABYG:JGC:PRE
|
||||
NAVER_HEADLESS=1
|
||||
# NAVER_TOKEN_URL= # 기본값(new.land.naver.com houses) 사용
|
||||
Reference in New Issue
Block a user