cjb / GitTorrent

A decentralization of GitHub using BitTorrent and Bitcoin
MIT License
4.75k stars 264 forks source link

use rc to get rid of hardcoded configuration #42

Closed ralphtheninja closed 9 years ago

ralphtheninja commented 9 years ago

rc allows you to configure anything, either via flags on cli and/or environment variables and/or configuration files (handles both json and ini format).

This change makes it trivial to change any ports, bootstrap nodes or key file.

cjb commented 9 years ago

@ralphtheninja That's great, thanks! Merged and added you as a collaborator.