techrec/server/default_config.py
boyska 4c4f332f55 Forge timeout + forge from CLI
Usage is different now: you must switch to calling "cli.py serve" for
the previous "server.py" behaviour
2013-12-23 19:58:44 +01:00

8 lines
165 B
Python

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