30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Identity.DB": "Server=SQL2016DEV;Database=WebDoorCreator; User ID=sa;Password=keyhammer16; integrated security=False; MultipleActiveResultSets=True; App=WebDoorCreator.UI;",
|
|
"Redis": "localhost:6379,DefaultDatabase=11,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false",
|
|
"WDC.DB": "Server=SQL2016DEV;Database=WebDoorCreator; User ID=sa;Password=keyhammer16; integrated security=False; MultipleActiveResultSets=True; App=WebDoorCreator.UI;"
|
|
},
|
|
"ExternalProviders": {
|
|
"MailKit": {
|
|
"SMTP": {
|
|
"Address": "smtp-mail.outlook.com",
|
|
"Port": "587",
|
|
"Account": "steamwarebot@outlook.it",
|
|
"Password": "siamoInViaNazionale93",
|
|
"SenderEmail": "steamwarebot@outlook.it",
|
|
"SenderName": "Steamware Email BOT"
|
|
}
|
|
}
|
|
},
|
|
"SetupOpt": {
|
|
"DisableIdentMigrate": true,
|
|
"DisableWDCMigrate": true
|
|
}
|
|
} |