X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=blobdiff_plain;f=apt_p2p%2Fapt_p2p_conf.py;h=3f17473c9dbe46ce9c9c78ccf744fc9da111faad;hp=e4f0bf9f7733efd94e6498e9789e924b319496cb;hb=19dab12a49b05e17b3fc9e6fc246c31f157b4f48;hpb=c1a8891e0bfb81e9fc64d271f8e4de059c699921 diff --git a/apt_p2p/apt_p2p_conf.py b/apt_p2p/apt_p2p_conf.py index e4f0bf9..3f17473 100644 --- a/apt_p2p/apt_p2p_conf.py +++ b/apt_p2p/apt_p2p_conf.py @@ -73,6 +73,9 @@ DEFAULTS = { # This should be a time slightly less than the DHT's KEY_EXPIRE value. 'KEY_REFRESH': '57m', + # The user name to try and run as (leave blank to run as current user) + 'USERNAME': 'apt-p2p', + # Which DHT implementation to use. # It must be possible to do "from .DHT import DHT" to get a class that # implements the IDHT interface.