techrec/docker/config.py
2021-09-17 10:21:55 +02:00

8 lines
164 B
Python

import logging
AUDIO_INPUT = "http://storage/ror"
AUDIO_OUTPUT = "/src/output"
DEBUG = True
HOST = "0.0.0.0"
PORT = 8000
FFMPEG_OPTIONS = ["-loglevel", "warning"]