Files
gwms/GWMS.User/appsettings.json
T
Samuele Locatelli 38d7f0e8a0 Update verbosità LOG
2021-08-24 17:20:43 +02:00

32 lines
1014 B
JSON

{
"ConnectionStrings": {
"AuthConnection": "Server=localhost;port=3306;database=GWMS_auth;user=GWMS;pwd=GWMS_secret_pwd;sslmode=None;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
//"LogLevel": {
// "Default": "Debug",
// "System": "Information",
// "Microsoft": "Information",
// "Microsoft.AspNetCore.SignalR": "Debug",
// "Microsoft.AspNetCore.Http.Connections": "Debug"
//}
},
"AllowedHosts": "*",
"ExternalProviders": {
"MailKit": {
"SMTP": {
"Address": "smtp.gmail.com",
"Port": "465",
"Account": "steamwarebot@gmail.com",
"Password": "drmfsls16",
"SenderEmail": "steamwarebot@gmail.com",
"SenderName": "Steamware Email BOT"
}
}
}
}