This commit is contained in:
2026-09-21 12:54:15 +02:00
parent a2f0573dc4
commit c55d9d089e

View File

@@ -24,7 +24,7 @@ namespace bdAntifraudeMYSQL.dbcontext
{ {
List<Conexion> lc = new List<Conexion>(); List<Conexion> lc = new List<Conexion>();
//lc.Add(new Conexion() { Nombre = "Producción", Puerto = 3306, Servidor = "192.168.41.24", Usuario = "root", Contraseña = "îéÂj,íçLÑ0*B", Database = "gruposanchotoro" }); //lc.Add(new Conexion() { Nombre = "Producción", Puerto = 3306, Servidor = "192.168.41.24", Usuario = "root", Contraseña = "îéÂj,íçLÑ0*B", Database = "gruposanchotoro" });
lc.Add(new Conexion() { Nombre = "Producción", Puerto = 3306, Servidor = "192.168.41.13", Usuario = "sancho", Contraseña = "5qL@5tTsKZ&˪:OYbS", Database = "antifraude" }); lc.Add(new Conexion() { Nombre = "Producción", Puerto = 3306, Servidor = "192.168.41.20", Usuario = "root", Contraseña = "5qL@5tTsKZ&˪:OYbS", Database = "antifraude" });
//lc.Add(new Conexion() { Nombre = "Producción VPN", Puerto = 3306, Servidor = "10.10.12.1", Usuario = "sancho", Contraseña = "5qL@5tTsKZ&˪:OYbS", Database = "gruposanchotoro" }); //lc.Add(new Conexion() { Nombre = "Producción VPN", Puerto = 3306, Servidor = "10.10.12.1", Usuario = "sancho", Contraseña = "5qL@5tTsKZ&˪:OYbS", Database = "gruposanchotoro" });
//lc.Add(new Conexion() { Nombre = "Producción LOCAL", Puerto = 3306, Servidor = "192.168.41.13", Usuario = "root", Contraseña = "îéÂj,íçLÑ0*B", Database = "gruposanchotoro" }); //lc.Add(new Conexion() { Nombre = "Producción LOCAL", Puerto = 3306, Servidor = "192.168.41.13", Usuario = "root", Contraseña = "îéÂj,íçLÑ0*B", Database = "gruposanchotoro" });
//lc.Add(new Conexion() { Nombre = "Desarrollo", Puerto = 13306, Servidor = "localhost", Usuario = "root", Contraseña = "îéÂj,íçLÑ0*B", Database = "gruposanchotoro" }); //lc.Add(new Conexion() { Nombre = "Desarrollo", Puerto = 13306, Servidor = "localhost", Usuario = "root", Contraseña = "îéÂj,íçLÑ0*B", Database = "gruposanchotoro" });