diff --git a/PERUSTARS/PERUSTARS/Startup.cs b/PERUSTARS/PERUSTARS/Startup.cs index c744e2b..4cc0ae1 100644 --- a/PERUSTARS/PERUSTARS/Startup.cs +++ b/PERUSTARS/PERUSTARS/Startup.cs @@ -104,7 +104,7 @@ public void ConfigureServices(IServiceCollection services) services.AddDbContext(options => { //options.UseNpgsql(Configuration.GetConnectionString("PostgresSQLConnection")); - options.UseMySQL(Configuration.GetConnectionString("DefaultConnection")); + //options.UseMySQL(Configuration.GetConnectionString("DefaultConnection")); }); services.AddMediatR(cfg => cfg.RegisterServicesFromAssembly(Assembly.GetExecutingAssembly())); diff --git a/PERUSTARS/PERUSTARS/appsettings.json b/PERUSTARS/PERUSTARS/appsettings.json index 3539335..b845262 100644 --- a/PERUSTARS/PERUSTARS/appsettings.json +++ b/PERUSTARS/PERUSTARS/appsettings.json @@ -16,7 +16,7 @@ //"DefaultConnection3": "Server=MYSQL5047.site4now.net;Database=db_a758df_perusta;Uid=a758df_perusta;Pwd=password1", //"DefaultConnection": "Server=bufyroukqdunhwcivvpo-mysql.services.clever-cloud.com;Database=bufyroukqdunhwcivvpo;Uid=ubcldvvxbrtlhp2d;Pwd=FltJthiJHLXaKDmKT11O" //"PostgresSQLConnection": "host=localhost;port=5432;username=postgres;password=postgres;database=perustars", - "DefaultConnection": "host=localhost;port=3306;username=root;password=password;database=perustars" + //"DefaultConnection": "host=localhost;port=3306;username=root;password=password;database=perustars" // "DefaultConnection": "server=localhost;port=3306;database=perustars;uid=root;password=root" }, "AllowedHosts": "*" diff --git a/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.dll b/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.dll index 715128d..c1f6b05 100644 Binary files a/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.dll and b/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.dll differ diff --git a/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.pdb b/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.pdb index c8d3032..4d58cbd 100644 Binary files a/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.pdb and b/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.pdb differ diff --git a/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.runtimeconfig.dev.json b/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.runtimeconfig.dev.json index 444ba2e..5c80b5c 100644 --- a/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.runtimeconfig.dev.json +++ b/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.runtimeconfig.dev.json @@ -1,8 +1,9 @@ { "runtimeOptions": { "additionalProbingPaths": [ - "C:\\Users\\DiegoAlonso\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\DiegoAlonso\\.nuget\\packages" + "C:\\Users\\usuario\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\usuario\\.nuget\\packages", + "C:\\Microsoft\\Xamarin\\NuGet" ] } } \ No newline at end of file