blackbirdchess-docker-dev/php-fpm/laravel.ini
2016-08-14 15:53:08 +08:00

16 lines
391 B
INI

date.timezone=UTC
display_errors=Off
log_errors=On
extension=mongodb.so
extension=zip.so
; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 128M
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 20M
; Sets max size of post data allowed.
; http://php.net/post-max-size
post_max_size = 20M