appsettings.Development.json 935 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "Bo": {
  10. "System": {
  11. "SessionIdleTimeout": "00:05:00",
  12. "AccountSystem": {
  13. "Name": "System",
  14. "Password": "Fr1cEKd0NTD13",
  15. "Email": "system@bo.com",
  16. "Culture": "en-US"
  17. },
  18. "AccountConsole": {
  19. "Name": "Console",
  20. "Password": "A1Abastr0vA",
  21. "Email": "console@bo.com",
  22. "Culture": "en-US"
  23. },
  24. "AccountAdmin": {
  25. "Name": "Administrator",
  26. "Password": "Pan1d0mAc1",
  27. "Email": "admin@bo.com",
  28. "Culture": "en-US"
  29. }
  30. },
  31. "Business": {
  32. "DefaultBillingPlanCode" : "UNLIMITED"
  33. },
  34. "Api": {
  35. "Console": {
  36. "MagicKeys": [
  37. "6DEC4167-57A6-4333-92DA-ADE009A97DE9",
  38. "SHARE"
  39. ]
  40. }
  41. }
  42. }
  43. }