| 1234567891011121314151617181920 |
- {
- "Logging": {
- "IncludeScopes": false,
- "Debug": {
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "Console": {
- "LogLevel": {
- "Default": "Warning"
- }
- }
- },
- "ConnectionStrings": {
- "hangfire.redis": "192.168.1.27,abortConnect=false",
- "hangfire.sqlserver": "Data Source=.;User ID=sa;pwd=123456;Initial Catalog=HangFire;"
- }
- }
|