PlotDirector/PlotLine/appsettings.json
2026-06-06 19:33:09 +01:00

22 lines
518 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=PlotLine;User Id=PlotLineApp;Password=t6eb1cvd9bNB27czde#h9r;MultipleActiveResultSets=true;Encrypt=false;"
},
"EmailSettings": {
"SmtpServer": "",
"Port": 465,
"Username": "",
"Password": "",
"EnableSsl": true,
"FromAddress": "",
"FromName": "PlotWeaver Studio"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}