Ein für Shopware 6 vorbereitet Systemmanagment.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
1.5 KiB

  1. #!/bin/bash
  2. ### GENERAL
  3. shopware6_httpdocs_subpath=''
  4. shopware6_local_user=''
  5. shopware6_local_email=''
  6. shopware6_local_firstname=''
  7. shopware6_local_lastname=''
  8. shopware6_install_name=''
  9. shopware6_install_email=''
  10. shopware6_install_locale=''
  11. shopware6_install_currency=''
  12. shopware6_install_storefront_name=''
  13. shopware6_install_storefront_url=''
  14. ### URL MAPPING
  15. shopware6_live_urls=()
  16. shopware6_stage_urls=()
  17. shopware6_local_urls=()
  18. ### GDPR SHOPWARE 6 TABLES
  19. shopware6_gdpr_tables=(
  20. acl_user_role
  21. cart
  22. customer
  23. customer_address
  24. customer_recovery
  25. customer_tag
  26. customer_wishlist
  27. customer_wishlist_product
  28. elasticsearch_index_task
  29. import_export_log
  30. integration
  31. integration_role
  32. log_entry
  33. message_queue_stats
  34. newsletter_recipient
  35. newsletter_recipient_tag
  36. order
  37. order_address
  38. order_customer
  39. order_delivery
  40. order_delivery_position
  41. order_line_item
  42. order_tag
  43. order_transaction
  44. product_export
  45. product_review
  46. promotion_persona_customer
  47. refresh_token
  48. sales_channel_api_context
  49. state_machine_history
  50. user
  51. user_access_key
  52. user_config
  53. user_recovery
  54. version
  55. version_commit
  56. version_commit_data
  57. klarna_payment_request_log
  58. payone_payment_card
  59. payone_payment_mandate
  60. payone_payment_redirect
  61. unzer_payment_payment_device
  62. unzer_payment_transfer_info
  63. enqeueue
  64. product_keyword_dictionary
  65. product_search_keyword
  66. )
  67. ### Media Files
  68. shopware6_shared_files=(
  69. '/files'
  70. '/public/media'
  71. '/public/thumbnails'
  72. )
  73. ### MAILER
  74. shopware6_local_mailer_url=''