확장자, 포트 수정
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user