pklaus / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
254 stars 124 forks source link

Add configuration file #8

Closed mikafinja closed 6 years ago

mikafinja commented 6 years ago

Add a configuration file to store a persitant configuration of the application. Currently some features are only "configurable" by editing the source code. These edits will be overwritten by an update of the app. This issue can be fixed by adding support for a configuration file and providing an example configuration file which will be used as a fall back, if no local configuration is avaliable.