확장자, 포트 수정

This commit is contained in:
2025-02-14 12:13:05 +09:00
parent 0d34c20882
commit c6a71467e8
6 changed files with 43 additions and 14 deletions

View File

@@ -5,5 +5,6 @@ UPLOAD_DIR = os.getenv("UPLOAD_DIR", "data")
OUTPUT_DIR = os.getenv("OUTPUT_DIR", "converted")
# Redis 연결 정보
# local 연결시 redis -> localhost로 변경
REDIS_HOST = os.getenv("REDIS_HOST", "redis")
REDIS_PORT = int(os.getenv("REDIS_PORT", "6379"))