Files
mixtape/unjo.Web/appSettings.Development.json
T
2020-03-22 14:18:34 +01:00

26 lines
467 B
JSON

{
"Raven": {
"Url": "http://127.0.0.1:9800",
"Database": "fiftyone"
},
"Redis": {
"Url": "127.0.0.1:6379",
"Database": 3
},
"Ebanking": {
"Automation": {
"TwoFactorAppPath": "C:\\Users\\cee\\AppData\\Roaming\\Raiffeisen_pushTAN\\pushTAN\\Raiffeisen_pushTAN.exe"
}
},
"Logging": {
"LogLevel": {
"Default": "Warning",
"System": "Warning",
"Microsoft": "Warning",
"Fifty": "Debug"
}
}
}