wfplhatch / sign-aggregator

An app to collect feed data and format it for digital signage
1 stars 2 forks source link

Externalize core configuration values to a configuration file #13

Open stephencsmall opened 8 years ago

stephencsmall commented 8 years ago

These variables are used to control the major functions of the application, they should be moved out into a configuration file like an INI.

API_SCOPES = ['https://www.googleapis.com/auth/calendar.readonly']
CLIENT_SECRET_FILE = 'keyfile.json'
APPLICATION_NAME = 'sign-aggregator'
CALENDAR_NAME = 'wfplmakerspace@gmail.com'
POLLING_INTERVAL = 120
MAX_RESULTS = 10