Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. {
  2. "graphqlAuthKeys": {
  3. "FSK": "fN6PCAT2D3bht8j5",
  4. "basicAuth": {
  5. "login": "frontend_user",
  6. "password": "udVpewJMyf7kMDYd"
  7. }
  8. },
  9. "frontendAuthKeys": {
  10. "basicAuth": {
  11. "login": "frontend_user",
  12. "password": "udVpewJMyf7kMDYd"
  13. }
  14. },
  15. "endPoints": [
  16. "https://logicvapes-it-router-test.monogo.dev/headless"
  17. ],
  18. "domain": "localhost",
  19. "port": "5678",
  20. "maintenanceMode": "0",
  21. "CORS": [
  22. "https://logicvapes-it-backend-test.monogo.dev",
  23. "https://logicvapes-it-frontend-test.monogo.dev"
  24. ],
  25. "endpointSelectionPolicy": "simple",
  26. "timeoutLimit": "5000",
  27. "headersToPass": [
  28. "connection",
  29. "keep-alive",
  30. "accept",
  31. "user-agent",
  32. "referer",
  33. "cookie",
  34. "set-cookie"
  35. ],
  36. "headers": [],
  37. "errorMessages": [
  38. "Maintenance mode",
  39. "Endpoint is disabled",
  40. "Missing credentials"
  41. ],
  42. "useCluster": true,
  43. "recaptchaSecretKey": "6Lf6BL8UAAAAAG5pMpAYToGC05ySvN5xrWa6MrNF",
  44. "minRecaptchaScore": 0.4,
  45. "serverCount": 1,
  46. "zinreloAPIKey": null,
  47. "pageCache": {
  48. "enabled": true,
  49. "cleanTimeout": 100,
  50. "directory": null,
  51. "controlDirectory": null
  52. },
  53. "frontendSettings": {
  54. "storeId": "1",
  55. "rootCategory": "2",
  56. "CDNAddress": "https://logicvapes-it-backend-test.monogo.dev",
  57. "currency": "EUR",
  58. "currencySign": "€",
  59. "currencySignIsPrefix": true,
  60. "minSearchSuggestionLength": "3",
  61. "maxAllowedNetworkErrors": "5",
  62. "maxItemQuantity": "12",
  63. "googleMapsAPI": "https://maps.googleapis.com/maps/api/js?key=AIzaSyDRf3NRP-A4tOm7wHLobOj7OtpBRi4J31g&v=3.exp&libraries=geometry,drawing,places",
  64. "notFoundCMSPageName": "no-route",
  65. "homepagePath": "home",
  66. "recaptchaAPIKey": null,
  67. "recaptchaSiteKey": "6Lf6BL8UAAAAAKrr7iSYTb62PZNOT6CkHJ57br0x",
  68. "zinreloPartnerId": null,
  69. "showLanguageSwitcher": false,
  70. "storeViewConfiguration": {
  71. "default": {
  72. "storeId": "1",
  73. "pathPrefix": "",
  74. "lngName": "it"
  75. }
  76. },
  77. "storelocator": {
  78. "defaultLat": 41.890251,
  79. "defaultLng": 12.492373,
  80. "minStoresNumber": 3
  81. },
  82. "disableSpecialPrice": "0",
  83. "freeShippingThreshold": "0",
  84. "customerTitles": ",Sig.,Sig.ra,Sig.na",
  85. "frLegalNotice": "0",
  86. "phoneNumberPlaceholder": "+39 000 000 0000",
  87. "guestCheckoutEnabled": "1",
  88. "signCustomerToNewsletterAtRegister": "0",
  89. "phoneNumberValidation": "[0-9]",
  90. "automatedHooksMode": "0",
  91. "defaultAgeVerificationMethod": "cerved_ssn",
  92. "countryId": "IT",
  93. "countryCode": "ITA",
  94. "defaultCountry": "Italy",
  95. "showSpecialPricesOnFrontend": "1",
  96. "callTimePreserences": "8:00-16:00;16:00-23:00;",
  97. "numberFormat": "0",
  98. "loqate": {
  99. "scriptUrl": "https://services.postcodeanywhere.co.uk/js/address-3.70.min.js",
  100. "CSSUrl": "https://services.postcodeanywhere.co.uk/css/address-3.70.min.css",
  101. "key": "EE16-XT69-HN31-XY94",
  102. "countryCode": "IT",
  103. "locale": "it-it"
  104. }
  105. },
  106. "redis": {
  107. "enabled": false,
  108. "host": "rediscache-msfwex02-12-staging.redis.cache.windows.net",
  109. "port": "6379",
  110. "db": "10",
  111. "password": "1KuUO+0VxDoWvCles+oZ8DugVj9ggDCWX2vB3DJyFJ0=",
  112. "azure": false
  113. },
  114. "sentry": {
  115. "enabled": false,
  116. "dsn": null,
  117. "debug": false
  118. }
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement