Add project files.
This commit is contained in:
18
appsettings.json
Normal file
18
appsettings.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"SmtpSettings": {
|
||||
"Host": "smtp.gmail.com",
|
||||
"Port": 465,
|
||||
"Username": "clivelancaster@gmail.com",
|
||||
"Password": "ilzk zwwq odrt ndjm"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=10.1.1.20;Database=clive;Username=clive;Password=Money247!"
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user