62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Redis": "redis.ufficio:26379,serviceName=devel, DefaultDatabase=11, connectTimeout=5000, syncTimeout=5000, asyncTimeout=5000, abortConnect=false, ssl=false",
|
|
"Identity.DB": "Server=SQL2016DEV;Database=WebDoorCreator; User ID=sa;Password=keyhammer16; integrated security=False; MultipleActiveResultSets=True; App=WebDoorCreator.UI;",
|
|
"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": {
|
|
"CheckAdmUser": false,
|
|
"DisableIdentMigrate": true,
|
|
"DisableWDCMigrate": true
|
|
},
|
|
"ServerConf": {
|
|
"BasePathPdf": "\\\\IIS04\\WebDoorSync\\WdcPdf",
|
|
"WaitOpen3d": 800
|
|
},
|
|
"RuntimeOpt": {
|
|
"WaitReloadSvg": 100,
|
|
"VetoRemoveProcessing": 5,
|
|
"MaxDayCalcCache": 7,
|
|
"BaseUrl": "/WDC/UI",
|
|
"SimulateDoorCosts": true
|
|
},
|
|
"ConfDDF": {
|
|
"Header": [
|
|
"#WEBDOORCREATOR",
|
|
"#Config: EgtCompoBase",
|
|
"#Door1",
|
|
""
|
|
],
|
|
"Footer": [
|
|
"",
|
|
"---"
|
|
],
|
|
"VersNumber": "2",
|
|
"RemoveDoorOps": true
|
|
},
|
|
"CompoBaseDirs": {
|
|
"CurrCompoDir": "\\\\IIS04\\WebDoorSync\\CurrentComp\\Compo",
|
|
"NewCompoDir": "\\\\IIS04\\WebDoorSync\\NewComp\\Compo"
|
|
//"CurrCompoDir": "J:\\WebDoorSync\\CurrentComp\\Compo",
|
|
//"NewCompoDir": "J:\\WebDoorSync\\NewComp\\Compo"
|
|
}
|
|
} |