12 lines
777 B
INI
12 lines
777 B
INI
; ──────────────────────────────────────────────────────────────────────────────
|
|
; KOIPB MAT — Production overrides (dimuat selepas php.ini)
|
|
; Hanya dimuat dalam docker-compose.prod.yml
|
|
; ──────────────────────────────────────────────────────────────────────────────
|
|
|
|
; Prestasi: jangan semak timestamp fail (kosongkan cache bila deploy)
|
|
opcache.validate_timestamps = 0
|
|
|
|
; Sembunyikan ralat dari pengguna
|
|
display_errors = Off
|
|
display_startup_errors = Off
|