init: Introduce the peer database.
[tripe] / py / tripe.py.in
index d158d1f..7906010 100644 (file)
@@ -139,6 +139,7 @@ PACKAGE = "@PACKAGE@"
 VERSION = "@VERSION@"
 
 tripesock = OS.environ.get('TRIPESOCK', OS.path.join(socketdir, 'tripesock'))
+peerdb = OS.environ.get('TRIPEPEERDB', 'peers.cdb')
 
 ###--------------------------------------------------------------------------
 ### Connection to the server.