DistrictDataLabs / baleen

An automated ingestion service for blogs to construct a corpus for NLP research.
MIT License
86 stars 38 forks source link

Add Flask config from Baleen config #28

Closed bbengfort closed 8 years ago

bbengfort commented 8 years ago

Use the YAML configuration for Flask as well.

bbengfort commented 8 years ago

@bahadasx - you can now configure the flask app using baleen.config - which reads from a .yaml file. I've added the debug, host, and port configurations; but if you need others, feel free to get them here.