2024-11-22

2024-11-22

fonc(db) exporte la BDD de production
This commit is contained in:
gcch 2024-11-22 19:18:51 +01:00
commit 2b13af6421
77 changed files with 20281 additions and 2988 deletions

View file

@ -1,17 +1,20 @@
name: haikuatelier.fr
type: wordpress
docroot: web
php_version: "8.3"
php_version: "8.4"
webserver_type: nginx-fpm
xdebug_enabled: false
additional_hostnames: []
additional_hostnames:
- vite.haikuatelier.fr
additional_fqdns: []
database:
type: mariadb
version: "10.11"
version: "11.4"
use_dns_when_possible: true
composer_version: "2"
web_environment: []
web_environment:
- VITE_SERVER_URI=https://vite.haikuatelier.fr.ddev.site
- VITE_PACKAGE_MANAGER=pnpm
corepack_enable: true
# Key features of DDEV's config.yaml: