techrec/server/default_config.py

8 lines
132 B
Python
Raw Normal View History

OUTPUT_DIR='output'
HOST='localhost'
PORT='8000'
DEBUG=True
2013-12-04 16:48:17 +01:00
DB_URI='sqlite:///techrec.db'
AUDIO_OUTPUT='output/'
2013-12-04 16:48:17 +01:00
AUDIO_INPUT='rec/'