fichiers d'exemple pour la conf perso de Daniel
This commit is contained in:
parent
e8ea0074e9
commit
43f2830008
6 changed files with 54 additions and 2 deletions
2
clientconfigs/README
Normal file
2
clientconfigs/README
Normal file
|
@ -0,0 +1,2 @@
|
|||
Example files for sereval setups, on the client side. Possibly several server
|
||||
defined in one single client configuration file.
|
9
clientconfigs/tudor/clientconfig.py
Normal file
9
clientconfigs/tudor/clientconfig.py
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue