Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. appsettings.json:
  2.  
  3. {
  4. "EnvironmentSettings": {
  5. "EnvironmentId": "wms-integrity.app8.pba.internal",
  6. "AnsibleManaged": "Ansible managed, do not edit directly: /builds/pba/DevOps/ansible/roles/wms/templates/warehouseprinter/warehouseprinter_configmap.yaml.j2 modified on 2020-02-28 08:32:53 by root on runner-qw9mzabq-project-169-concurrent-09r44d",
  7. "CommitHash": "12344567789"
  8. },
  9. "AllowedHosts": "*",
  10. "SwaggerSettings": {
  11. "Enabled": true,
  12. "RoutePrefix": "swagger/warehouse/printer"
  13. },
  14. "Kestrel": {
  15. "Endpoints": {
  16. "HTTP": { "Url": "http://*:5022" }
  17. }
  18. },
  19. "Logging": {
  20. "IncludeScopes": false,
  21. "LogLevel": {
  22. "Microsoft": "Warning",
  23. "Default": "Debug"
  24. }
  25. },
  26. "LogOptions": {
  27. "IsEnableConsoleLog": true,
  28. "FileName": "warehouse.printer",
  29. "Path": "log/",
  30. "ComponentName": "Printer"
  31. },
  32. "KafkaMessagingSettings": {
  33. "BootstrapServers": "kafka:9092",
  34. "ServiceName": "Printer",
  35. "ProducerId": "5f64f60f-6148-4608-9e6c-68940118bd34",
  36. "Producers": {
  37. "PrintResult": { "Topic": "Print" }
  38. },
  39. "Consumers": {
  40. "Print": {
  41. "GroupId": "PrinterGroup"
  42. }
  43. }
  44. },
  45. "PrintersSettings": {
  46. "Printers": [
  47. {
  48. "Id": "PackingList",
  49. "Path": "PR014",
  50. "RemoteServerName": "cups"
  51. },
  52. {
  53. "Id": "AcceptanceList",
  54. "Path": "PR014",
  55. "RemoteServerName": "cups"
  56. },
  57. {
  58. "Id": "*",
  59. "Path": "PR014",
  60. "RemoteServerName": "cups"
  61. }
  62. ]
  63. },
  64. "MetricsOptions": {
  65. "DefaultContextLabel": "Paragon.Microservices.Warehouse.Printer",
  66. "Enabled": true,
  67. "ReportingEnabled": false
  68. },
  69. "MetricsWebTrackingOptions": {
  70. "ApdexTrackingEnabled": true,
  71. "ApdexTSeconds": 0.1,
  72. "IgnoredHttpStatusCodes": [ 404 ],
  73. "IgnoredRoutesRegexPatterns": [],
  74. "OAuth2TrackingEnabled": false
  75. },
  76. "MetricEndpointsOptions": {
  77. "MetricsEndpointEnabled": true,
  78. "MetricsTextEndpointEnabled": false,
  79. "EnvironmentInfoEndpointEnabled": false
  80. },
  81. "HealthOptions": {
  82. "Enabled": true
  83. },
  84. "HealthEndpointsOptions": {
  85. "HealthEndpointEnabled": true,
  86. "PingEndpointEnabled": true,
  87. "Timeout": "0:0:10"
  88. }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement