您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

24 行
587 B

  1. name: my-contao-project
  2. # -------------------------------------------------------
  3. # Contao & PHP Version hier anpassen
  4. # -------------------------------------------------------
  5. php_version: "8.3" # Empfehlung: 8.3 | Alternativ: 8.4 (experimentell)
  6. mariadb_version: "10.11"
  7. # -------------------------------------------------------
  8. # Projekt-Typ
  9. # -------------------------------------------------------
  10. type: php
  11. docroot: public
  12. webserver_type: nginx-fpm
  13. router_http_port: "80"
  14. router_https_port: "443"
  15. upload_dirs:
  16. - public/files
  17. mutagen_enabled: true
  18. additional_fqdns: []