Migración a percona
This commit is contained in:
@@ -27,7 +27,7 @@ namespace bdAsegasa.dbcontext
|
||||
// lc.Add(new Conexion() { Nombre = "Producción", Servidor = "192.168.61.201", Puerto = 30002, Usuario = "asegasa", Contraseña = "tk-8Vb/#%+2ÄM", Database = "gestionasegasa" });
|
||||
lc.Add(new Conexion() { Nombre = "Producción", Servidor = "192.168.61.203", Puerto = 36200, Usuario = "asegasa", Contraseña = "tk-8Vb/#%+2ÄM", Database = "gestionasegasa" });
|
||||
lc.Add(new Conexion() { Nombre = "Desarrollo", Servidor = "192.168.41.26", Puerto = 3307, Usuario = "asegasa", Contraseña = "tk-8Vb/#%+2ÄM", Database = "gestionasegasa" });
|
||||
lc.Add(new Conexion() { Nombre = "Producción Remoto", Servidor = "sevilla.asegasa.com", Puerto = 30002, Usuario = "asegasa", Contraseña = "tk-8Vb/#%+2ÄM", Database = "gestionasegasa" });
|
||||
lc.Add(new Conexion() { Nombre = "Producción Remoto", Servidor = "sevilla.asegasa.com", Puerto = 36200, Usuario = "asegasa", Contraseña = "tk-8Vb/#%+2ÄM", Database = "gestionasegasa" });
|
||||
return lc;
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace bdAsegasa.dbcontext
|
||||
|
||||
string servidor = "";
|
||||
|
||||
if (Directory.Exists("c:\\tecnosis.tfs")) {
|
||||
if (Directory.("c:\\tecnosis.tfs")) {
|
||||
servidor = "sevilla.asegasa.com";
|
||||
}
|
||||
//if (Environment.MachineName.ToUpper() == "VISDIG1")
|
||||
|
||||
Reference in New Issue
Block a user