Add project files.

This commit is contained in:
clive
2024-11-08 21:45:14 +11:00
parent aba74c8739
commit 58e604fd7c
2292 changed files with 157578 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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.1.1.20;Database=clive;Username=clive;Password=Money247!"
},
"AllowedHosts": "*"
}