Compare commits

...

3 Commits

2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ using static System.Runtime.InteropServices.JavaScript.JSType;
using tsUtilidades.Enumeraciones;
using System.Drawing.Imaging;
namespace bdtsFactu.dbcontext
namespace bdAsegasa.dbcontext
{
public class Conexion
{
@@ -24,6 +24,7 @@ namespace bdtsFactu.dbcontext
{
List<Conexion> lc = new List<Conexion>();
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 = "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" });
return lc;
}

View File

@@ -1,5 +1,5 @@
//using bdAsegasa.CompiledModels;
using bdtsFactu.dbcontext;
using bdAsegasa.dbcontext;
using Microsoft.AspNetCore.Mvc.Formatters;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;