Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. # This file is auto-generated during the composer install
  2. parameters:
  3. usleep_max: 900000
  4. cookie_secure: false
  5. database_port: 5432
  6. # site_scheme_host: 'http://dev.spicervision.net'
  7. # database_host: dev.spicervision.net
  8. # database_name: officeteam
  9. # database_user: postgres
  10. # database_password: officeteam
  11. site_scheme_host: 'http://localhost'
  12. database_host: 127.0.0.1
  13. database_name: spicerv2
  14. database_user: homestead
  15. database_password: secret
  16. mailer_transport: smtp
  17. mailer_host: 127.0.0.1
  18. mailer_user: null
  19. mailer_password: null
  20. country_code: GBR
  21. secret: cbt197VLhssny06L8hDR8F55QmwfTU7I
  22. api_token: ThisTokenIsNotSoSecretChangeIt
  23. outbound_api:
  24. provider: officeteam
  25. endpoint: 'http://officeteamonline.co.uk/SpicerVisionIntegrationTst'
  26. username: api@spicervision.co.uk
  27. password: '9$~Y-Vpnk=,''FJLj'
  28. endpoint2: 'http://officeteamonline.co.uk/SpicerVisionInterface'
  29. outbound_api_hostnames:
  30. orders: 'http://orders.example.com'
  31. cost_centres: 'http://cost-centres.example.com'
  32. addresses: 'http://address.example.com'
  33. prices: 'http://prices.example.com'
  34. elasticsearch_endpoints: 'elastic:changeme@127.0.0.1:9200'
  35. elasticsearch_index_prefix: test
  36. email_from_address: admin@rawnet.com
  37. pca_token: changeme
  38. pca_capture_plus_key: changeme
  39. adflex:
  40. auth_token: null
  41. auth_security_key: null
  42. transaction_endpoint: null
  43. notification_endpoint: null
  44. callback_url_index: null
  45. product_customisation:
  46. gateway3d:
  47. player_src: 'http://g3d-app.com/s/app'
  48. player: acp3_2
  49. locale: en_GB
  50. layout: lr3mb7m2w4gqdzs
  51. renderer: 2d-canvas
  52. company_guid:
  53. default: 17773
  54. embroidery: 17910
  55. printEvolved:
  56. secret_key: null
  57. iframe_domain: officeteam.usersession.co.uk
  58. zendesk_subdomain: test
  59. zendesk_username: test
  60. zendesk_token: test
  61. zendesk_group_id: test
  62. zendesk_brand_id: test
  63. google_analytics_protocol_version: 1
  64. google_analytics_tracking_id: test
  65. google_analytics_use_ssl: true
  66. google_analytics_anonymize_ip: true
  67. google_analytics_async_requests: true
  68. google_analytics_sandbox: false
  69. static_asset_version: 1
  70. production: false
  71. database_timeout:
  72. cli: 600000
  73. web: 15000
  74. app.jobs.denormalized_account_user_product: 2
  75. app.jobs.update_global_product_lists: 2
  76. app.jobs.denormalized_permissions: 3
  77. app.jobs.inbound_api: 3
  78. default_max_parallel_jobs: 2
  79. app_features:
  80. order_quantity_alerts: true #false
  81. margin_protection: true #false
  82. approved_delivery_addresses: true #false
  83. dealer_mode: true #false
  84. custom_order_reference_rules: true #false
  85. delivery_types: true #false
  86. product_alias_codes: true #false
  87. quick_order: true #false
  88. multiple_baskets: true #false
  89. bulk_returns: true
  90. jwt_private_key_path: '%kernel.root_dir%/../var/jwt/private-test.pem'
  91. jwt_public_key_path: '%kernel.root_dir%/../var/jwt/public-test.pem'
  92. jwt_key_pass_phrase: rawnetjwauthentication
  93. widget_defaults:
  94. - 301
  95. - 302
  96. - 304
  97. - 306
  98. widget_exclude_subset:
  99. - top_10_product_categories
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement