summaryrefslogtreecommitdiff
path: root/src/leap/soledad/config.py
AgeCommit message (Collapse)Author
2013-04-30Remove dependence on BaseConfig.drebs
Also does: * Remove config_path so soledad does not read configuration from file. * Change shared_db_url to server_db. * Make sync and shared_db use server_db.
2013-04-29Use XDG for determining config prefix.drebs
2013-04-29Remove gnupg_home from where it still was.drebs
2013-04-16Remove GPG asymmetric key stuff.drebs
Everything related to asymmetric encryting will be handled by Key Manager.
2013-04-13Use BaseConfig for configuring Soledad.drebs