Séparation du fichier de config et multiserver(bis
This commit is contained in:
parent
9ed7d68cd9
commit
46aee7a197
2 changed files with 12 additions and 17 deletions
|
@ -4,6 +4,9 @@
|
|||
import os
|
||||
|
||||
servers = {
|
||||
'perso': {
|
||||
'server_cmd' : [ '/home/dstan/passwords/cranspasswords/cranspasswords-server.py'],
|
||||
'user' : 'dstan' },
|
||||
'debug': {
|
||||
'server_cmd' : ['/usr/bin/ssh', 'localhost', \
|
||||
'/home/dstan/crans/cranspasswords/cranspasswords-server.py'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue