feat: ci/cd
CD / 🚀 Déploiement production (push) Failing after 48s
CI / 🧪 Tests Laravel (PHP 8.3) (push) Failing after 1m41s

This commit is contained in:
2026-07-10 14:46:58 +02:00
parent 9a3902ae96
commit b7079e1e42
6 changed files with 437 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
; Configuration PHP optimisée pour la production
[PHP]
; Sécurité
expose_php = Off
display_errors = Off
display_startup_errors = Off
log_errors = On
error_log = /var/www/html/storage/logs/php-errors.log
; Performance
memory_limit = 256M
max_execution_time = 60
max_input_time = 60
post_max_size = 50M
upload_max_filesize = 50M
; OPcache
opcache.enable = 1
opcache.enable_cli = 0
opcache.memory_consumption = 128
opcache.interned_strings_buffer = 16
opcache.max_accelerated_files = 10000
opcache.revalidate_freq = 0
opcache.validate_timestamps = 0
opcache.save_comments = 1
opcache.fast_shutdown = 1