templave v1
This commit is contained in:
15
docker/php/local.ini
Normal file
15
docker/php/local.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
; PHP Configuration for Development
|
||||
|
||||
upload_max_filesize = 100M
|
||||
post_max_size = 100M
|
||||
max_execution_time = 600
|
||||
memory_limit = 512M
|
||||
|
||||
; Error reporting
|
||||
display_errors = On
|
||||
display_startup_errors = On
|
||||
error_reporting = E_ALL
|
||||
|
||||
; Opcache settings (disabled for development for live reloading)
|
||||
opcache.enable = 0
|
||||
opcache.enable_cli = 0
|
||||
Reference in New Issue
Block a user