steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 100 forks source link

Configuration Variables moved out of SQL Config and into .conf file #221

Open cyon1c opened 6 years ago

cyon1c commented 6 years ago

Configuration values that are currently stored in storage.py. Similar to hivemind's conf strategy, we should move these into a combination of command line args and environment variables.

Reference - #216 .