techrec/contrib/docker/conf.py

8 lines
142 B
Python
Raw Normal View History

2014-02-24 14:54:10 +01:00
### Your custom configuration
AUDIO_INPUT='/input'
AUDIO_OUTPUT='/output'
DB_URI='sqlite:////opt/db/techrec.db'
DEBUG = False
HOST='0.0.0.0'