Compare commits
3 Commits
b9c825b4bc
...
ffc1557074
| Author | SHA1 | Date | |
|---|---|---|---|
| ffc1557074 | |||
| 786d828d2b | |||
| 120d2832f4 |
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user