This commit is contained in:
2025-05-07 20:19:49 -06:00
parent faddc12e84
commit 28a70eabf7
2 changed files with 3 additions and 8 deletions

3
.gitignore vendored
View File

@@ -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

View File

@@ -1,8 +0,0 @@
{
"ConnectionStrings": {
"Default": "Server=10.0.75.1; Database=SplashPageDb; User=sa; Password=123qwe;"
},
"App": {
"WebSiteRootAddress": "http://localhost:9903/"
}
}