ntoll / drogulus

A programmable peer-to-peer data store built for simplicity, security, openness and fun (and designed to withstand nuclear war).
http://drogul.us
Other
196 stars 21 forks source link

Move to configparser for user defined settings #23

Open ntoll opened 9 years ago

ntoll commented 9 years ago

The ConfigParser class implements a well known config DSL with support built into core Python. Given the requirements for the integration test suite to configure local nodes on-the-fly, and the desire that simple user configuration should be possible (it currently isn't) then the following minimal requirement should be implemented:

See https://docs.python.org/3.4/library/configparser.html for details.