diff --git a/.gitignore b/.gitignore index cd4bc096..7ab17270 100644 --- a/.gitignore +++ b/.gitignore @@ -266,3 +266,6 @@ src/SplashPage.Migrator/secrets.json /src/SplashPage.Web.Mvc/App_Data/Logs/Logs.txt.8 /src/SplashPage.Web.Mvc/App_Data/Logs/Logs.txt.5 /src/SplashPage.Web.Mvc/App_Data/Configuration/captive_portal_config.json +/src/SplashPage.Web.Mvc/appsettings - Copy.json +/src/SplashPage.Web.Mvc/appsettings.Staging.json +/src/SplashPage.Web.Mvc/appsettings.development.json diff --git a/src/SplashPage.Web.Mvc/appsettings.Staging.json b/src/SplashPage.Web.Mvc/appsettings.Staging.json deleted file mode 100644 index 607d7656..00000000 --- a/src/SplashPage.Web.Mvc/appsettings.Staging.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ConnectionStrings": { - "Default": "Server=10.0.75.1; Database=SplashPageDb; User=sa; Password=123qwe;" - }, - "App": { - "WebSiteRootAddress": "http://localhost:9903/" - } -}