Files
gwms/GWMS.User/appsettings.json
T
2021-08-24 12:42:52 +02:00

32 lines
1010 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"
}
}
}
}