mirror of
https://github.com/cloudmaker97/JTL-Shop-Entwicklungsumgebung.git
synced 2025-12-06 00:48:34 +00:00
Konfigurationen für Apache
This commit is contained in:
parent
e6e94e9954
commit
b741f86f0a
2 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ name: jtl-shop-5.3.1
|
||||||
type: php
|
type: php
|
||||||
docroot: ./shop
|
docroot: ./shop
|
||||||
php_version: "8.2"
|
php_version: "8.2"
|
||||||
webserver_type: nginx-fpm
|
webserver_type: apache-fpm
|
||||||
xdebug_enabled: false
|
xdebug_enabled: false
|
||||||
additional_hostnames: []
|
additional_hostnames: []
|
||||||
additional_fqdns: []
|
additional_fqdns: []
|
||||||
|
|
|
||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue