From bc7488b131b21d47d61a9d5d79a9c4de8f6ab25f Mon Sep 17 00:00:00 2001 From: Jose Andres Date: Fri, 22 Aug 2025 09:12:48 -0600 Subject: [PATCH] --- .gitignore | 1 + .../appsettings.Development.json | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 src/SplashPage.Web.Mvc/appsettings.Development.json diff --git a/.gitignore b/.gitignore index 7ab17270..fef40ab3 100644 --- a/.gitignore +++ b/.gitignore @@ -269,3 +269,4 @@ src/SplashPage.Migrator/secrets.json /src/SplashPage.Web.Mvc/appsettings - Copy.json /src/SplashPage.Web.Mvc/appsettings.Staging.json /src/SplashPage.Web.Mvc/appsettings.development.json +/src/SplashPage.Web.Mvc/appsettings.Development.json diff --git a/src/SplashPage.Web.Mvc/appsettings.Development.json b/src/SplashPage.Web.Mvc/appsettings.Development.json deleted file mode 100644 index 9b955797..00000000 --- a/src/SplashPage.Web.Mvc/appsettings.Development.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "ConnectionStrings": { - //"Default": "Server=172.21.4.113;Database=SplashPageBase;User=Jordi;Password=SqlS3rv3r;Encrypt=True;TrustServerCertificate=True;", - //"Default": "Server=45.168.234.22;Port=5000;Database=SULTANES_db_Splash;Password=Bpusr001;User=root", - "Default": "User ID=mysql;Password=Bpusr001;Host=45.168.234.22;Port=5001;Database=otka_db_splash;Pooling=true;Minimum Pool Size=20;Maximum Pool Size=150;Connection Idle Lifetime=300;Connection Pruning Interval=5;Timeout=30;Command Timeout=360;" - //"Default": "User ID=mysql;Password=Bpusr001;Host=2.tcp.ngrok.io;Port=11925;Database=nazan_db_splash;Pooling=true;Command Timeout=360;" - }, - "Logging": { - "LogLevel": { - "Default": "Debug", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - } -}