55f40679b5
- Fix reload con baseUrl
25 lines
828 B
JSON
25 lines
828 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Redis": "localhost:6379, DefaultDatabase=13, connectTimeout=5000, syncTimeout=5000, asyncTimeout=5000, abortConnect=false, ssl=false, password=BtN9Py1wtLfLRvmzWnOPJ7RytDM+CLiVsJ/16zduNTlV8IOPGNrtzJSXPUnImA5PqmUMhKaUqo9NdHIG",
|
|
"SMGen.DB": "Server=SQL2016DEV;Database=MoonPro; User ID=sa;Password=keyhammer16; integrated security=False; MultipleActiveResultSets=True; App=SMGen.UI;"
|
|
},
|
|
"ServerConf": {
|
|
"BaseUrl": "/MP/SMGen",
|
|
"ProcCsvRootPath": "Temp\\Rules\\PROCESSED",
|
|
"BitCsvPath": "BIT",
|
|
"StatiCsvPath": "STATI",
|
|
"DisableSMGMigrate": true
|
|
},
|
|
"AllowedHosts": "*",
|
|
"SetupOptions": {
|
|
"DoCalcItself": false,
|
|
"DoCalcEmptyState": false
|
|
}
|
|
}
|