diff --git a/.ddev/config.yaml b/.ddev/config.yaml index d93ae22..2b47d92 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -2,7 +2,7 @@ name: jtl-shop-5.3.1 type: php docroot: ./shop php_version: "8.2" -webserver_type: nginx-fpm +webserver_type: apache-fpm xdebug_enabled: false additional_hostnames: [] additional_fqdns: [] diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5e81e72 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "shop/plugins/dh_matomo_tracking"] + path = shop/plugins/dh_matomo_tracking + url = git@github.com:cloudmaker97/JTL-Matomo-Tracking.git