43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"LiMan.GLS": "Server=W2019-SQL-STEAM;Database=SteamWare_Auth;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=LiMan.UI;",
|
|
"LiMan.DB": "Server=W2019-SQL-STEAM;Database=LiMan.DB;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=LiMan.UI;",
|
|
"Redis": "localhost:6379,DefaultDatabase=13"
|
|
},
|
|
"DbConfig": {
|
|
"Server": "mdb.ufficio",
|
|
"nKey": "K0000",
|
|
"sKey": "M@g4zz1no"
|
|
},
|
|
"ReloadStatusTimer": 30000,
|
|
"ExternalProviders": {
|
|
"MailKit": {
|
|
"SMTP": {
|
|
"Address": "smtp.gmail.com",
|
|
"Port": "465",
|
|
"Account": "steamwarebot@gmail.com",
|
|
"Password": "drmfsls16",
|
|
"SenderEmail": "steamwarebot@gmail.com",
|
|
"SenderName": "Steamware Email BOT"
|
|
}
|
|
}
|
|
},
|
|
"MailDest": {
|
|
"Admin": "samuele@steamware.net",
|
|
"ProcOp": "ceo@steamware.net"
|
|
},
|
|
"RuntimeOpt": {
|
|
"BaseUrl": "/ELM.UI",
|
|
"MultiRoleEnab": true
|
|
},
|
|
"ApiUrl": "https://liman.egalware.com",
|
|
"HostOs": "Win"
|
|
} |