Web API for the bulk printing desktop application.

appsettings.Development.json 313B

123456789101112131415161718
  1. {
  2. "Logging": {
  3. "IncludeScopes": false,
  4. "LogLevel": {
  5. "Default": "Debug",
  6. "System": "Information",
  7. "Microsoft": "Information"
  8. }
  9. },
  10. "MAX": {
  11. "Host": "41.223.25.5",
  12. "Port": 4006,
  13. "ConnectTimeout": 10000,
  14. "ReceiveTimeout": 10000,
  15. "SendTimeout": 10000
  16. }
  17. }