Début de restructuration
This commit is contained in:
parent
bfb5dbb98d
commit
d994ae836f
8 changed files with 95 additions and 91 deletions
14
clientconfig.example.py
Executable file
14
clientconfig.example.py
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
import os
|
||||
|
||||
servers = {
|
||||
'default': {
|
||||
'server_cmd': ['/usr/bin/ssh', 'vert.adm.crans.org',\
|
||||
'/root/cranspasswords/cranspasswords-server'],
|
||||
'user' : os.getenv('USER') # À définir à la main pour les personnes
|
||||
# n'ayant pas le même login sur leur pc
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue