configuracion.py 1.21 KB
HGT = {"nombre": "HGT", "CARPETA": "/home/juan/.hgt", "SSHprox":"3456",
"HOME": "https://play.google.com/apps/publish/", "SSHport":"4200", "SSHdom":"s2.hgtec.com.ar",
"SSHuser":"juan", "SSHpass":"xvc7733455"}

Remoto = {"nombre": "Remoto", "CARPETA": "/home/juan/.cromes/remoto", "SSHprox":"3457",
"HOME": "https://nextcloud.anacsoft.com", "SSHport":"4200", "SSHdom":"s2.hgtec.com.ar",
"SSHuser":"juan", "SSHpass":"xvc7733455"}

cciv = {"nombre": "cciv", "CARPETA": "/home/juan/.cromes/cciv", "SSHprox":"3457",
"HOME": "http://192.168.0.111", "SSHport":"4200", "SSHdom":"s2.hgtec.com.ar",
"SSHuser":"juan", "SSHpass":"xvc7733455"}

isva = {"nombre": "isva", "CARPETA": "/home/juan/.cromes/isva", "SSHprox":"3457",
"HOME": "http://10.0.0.104", "SSHport":"4200", "SSHdom":"s2.hgtec.com.ar",
"SSHuser":"juan", "SSHpass":"xvc7733455"}

atlas = {"nombre": "atlas", "CARPETA": "/home/juan/.cromes/atlas", "SSHprox":"3457",
"HOME": "https://10.0.0.1", "SSHport":"4200", "SSHdom":"s2.hgtec.com.ar",
"SSHuser":"juan", "SSHpass":"xvc7733455"}

Personal = {"nombre": "Personal", "CARPETA": "/home/juan/.cromes/personal"}

Temp = {"nombre": "Temporal", "CARPETA": "/dev/shm/personal"}

nabegadores = [HGT, Temp, Remoto, Personal, cciv, isva, atlas]