appsettings.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. // Enable components logging
  7. "Microsoft.Hosting.Lifetime": "Information",
  8. // Enable EF logging
  9. // "Microsoft.EntityFrameworkCore.Database.Command": "Information"
  10. }
  11. },
  12. "Bo": {
  13. "System": {
  14. "SessionIdleTimeout": "00:05:00",
  15. "AccountSystem": {
  16. "Name": "System",
  17. "Password": "Fr1cEKd0NTD13",
  18. "Email": "system@bo.com",
  19. "Culture": "en-US"
  20. },
  21. "AccountConsole": {
  22. "Name": "Console",
  23. "Password": "A1Abastr0vA",
  24. "Email": "console@bo.com",
  25. "Culture": "en-US"
  26. },
  27. "AccountAdmin": {
  28. "Name": "Administrator",
  29. "Password": "Pan1d0mAc1",
  30. "Email": "admin@bo.com",
  31. "Culture": "en-US"
  32. },
  33. "Storage": {
  34. "InputPath": "C:\\BOFiles\\Input",
  35. "OutputPath": "C:\\BOFiles\\Output",
  36. "IoBufferSize": 4096
  37. }
  38. },
  39. "Business": {
  40. "DefaultBillingPlanCode" : "UNLIMITED"
  41. },
  42. "Api": {
  43. "Console": {
  44. "MagicKeys": [
  45. "6DEC4167-57A6-4333-92DA-ADE009A97DE9",
  46. "SHARE"
  47. ]
  48. }
  49. }
  50. }
  51. }