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.
 
 

70 lines
1.3 KiB

#!/bin/bash
### GENERAL
shopware5_httpdocs_subpath=''
shopware5_local_user=''
shopware5_local_email=''
shopware5_local_firstname=''
shopware5_local_lastname=''
shopware5_install_name=''
shopware5_install_email=''
shopware5_install_locale=''
shopware5_install_currency=''
shopware5_install_storefront_name=''
shopware5_install_storefront_url=''
### URL MAPPING
shopware5_live_urls=()
shopware5_stage_urls=()
shopware5_local_urls=()
### GDPR SHOPWARE 6 TABLES
shopware5_gdpr_tables=(
s_user
s_user_addresses
s_user_addresses_attributes
s_user_attributes
s_user_billingaddress
s_user_billingaddress_attributes
s_user_shippingaddress
s_user_shippingaddress_attributes
s_customer_search_index
s_customer_streams
s_customer_streams_attributes
s_customer_streams_mapping
s_mail_log
s_mail_log_contact
s_mail_log_document
s_mail_log_recipient
s_order_attributes
s_order_basket
s_order_basket_attributes
s_order_billingaddress
s_order_billingaddress_attributes
s_order_comparisons
s_order_details
s_order_details_attributes
s_order_documents
s_order_documents_attributes
s_order_esd
s_order_history
s_order_notes
s_order_shippingaddress
s_order_shippingaddress_attributes
)
### Media Files
shopware5_shared_files=(
'/files'
'/media'
)
### MAILER
shopware5_local_mailer_url=''