31 lines
793 B
JSON
31 lines
793 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"CodApp": "GPW",
|
|
"ConnectionStrings": {
|
|
"GPW.DB": "Server=SQLSTEAM;Database=GPW; User ID=sa;Password=keyhammer; integrated security=False; MultipleActiveResultSets=True; App=GPW.CORE.WRKLOG;",
|
|
"Redis": "localhost:6379,DefaultDatabase=15,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false"
|
|
},
|
|
"VetoIns": "true",
|
|
"Redis": {
|
|
"Password": "",
|
|
"AllowAdmin": false,
|
|
"Ssl": false,
|
|
"ConnectTimeout": 6000,
|
|
"SyncTimeout": 6000,
|
|
"AsyncTimeout": 6000,
|
|
"ConnectRetry": 2,
|
|
"Hosts": [
|
|
{
|
|
"Host": "localhost",
|
|
"Port": "6379"
|
|
}
|
|
],
|
|
"Database": 15
|
|
}
|
|
} |