Files
Clivelancaster/appsettings.json
T
clive c72bd65bfa
Gitea CI/CD / build (push) Failing after 5m0s
Website Refresh
2026-08-11 21:27:27 +10:00

18 lines
471 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"SmtpSettings": {
"Host": "smtp.gmail.com",
"Port": 465,
"Username": "[email protected]",
"Password": "ilzk zwwq odrt ndjm"
},
"ConnectionStrings": {
"DefaultConnection": "Host=10.10.0.20;Database=clive;Username=clive;Password=Money247!"
},
"AllowedHosts": "*"
}