fichiers d'exemple pour la conf perso de Daniel

This commit is contained in:
Daniel STAN 2014-12-29 18:47:47 +01:00
parent e8ea0074e9
commit 43f2830008
6 changed files with 54 additions and 2 deletions

2
clientconfigs/README Normal file
View file

@ -0,0 +1,2 @@
Example files for sereval setups, on the client side. Possibly several server
defined in one single client configuration file.

View file

@ -0,0 +1,9 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
servers = {
'default': {
'server_cmd': ['/home/dstan/cranspasswords/serverconfigs/tudor/cpasswords-server', ],
'keep-alive': True, # <-- experimental, n'ouvre qu'une connexion
}
}