techrec/server/default_config.py

9 lines
165 B
Python
Raw Normal View History

OUTPUT_DIR = 'output'
HOST = 'localhost'
PORT = '8000'
DEBUG = True
DB_URI = 'sqlite:///techrec.db'
AUDIO_OUTPUT = 'output/'
AUDIO_INPUT = 'rec/'
FORGE_TIMEOUT = 20