boyska
4c4f332f55
Usage is different now: you must switch to calling "cli.py serve" for the previous "server.py" behaviour
8 lines
165 B
Python
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
|