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.
|
|
#!/bin/bash
### GENERAL
shopware_version=""
shopware6_httpdocs_subpath=""
shopware6_local_user="" shopware6_local_email="" shopware6_local_firstname="" shopware6_local_lastname=""
shopware6_install_name="" shopware6_install_email="" shopware6_install_locale="" shopware6_install_currency="" shopware6_install_storefront_name="" shopware6_install_storefront_url=""
### URL MAPPING
shopware6_live_urls=() shopware6_stage_urls=() shopware6_local_urls=()
### GDPR SHOPWARE 6 TABLES
shopware6_gdpr_tables=( acl_user_role cart customer customer_address customer_recovery customer_tag customer_wishlist customer_wishlist_product elasticsearch_index_task import_export_log integration integration_role log_entry message_queue_stats newsletter_recipient newsletter_recipient_tag order order_address order_customer order_delivery order_delivery_position order_line_item order_tag order_transaction product_export product_review promotion_persona_customer refresh_token sales_channel_api_context state_machine_history user user_access_key user_config user_recovery version version_commit version_commit_data klarna_payment_request_log payone_payment_card payone_payment_mandate payone_payment_redirect unzer_payment_payment_device unzer_payment_transfer_info enqeueue product_keyword_dictionary product_search_keyword )
### Media Files
shopware6_shared_files=( "/files" "/public/media" "/public/thumbnails" )
### MAILER
shopware6_local_mailer_url=""
|