jasontbradshaw / iron-tools

Stream video over the web for either immediate or delayed viewing by an arbitrary number of clients.
3 stars 0 forks source link

Simple config module for both recorder and receiver #19

Closed jasontbradshaw closed 14 years ago

jasontbradshaw commented 14 years ago

Instead of simply defining constants at the top of each respective flask application, we should write separate modules for each that define global variables to hold these settings. We can then simply do a 'from ... import *' in each module. This will serve as a stop-gap method between what we have now and a true config file later.