php.ini 308 B

123456789101112131415
  1. memory_limit = 4G
  2. max_execution_time = 1800
  3. zlib.output_compression = 1
  4. cgi.fix_pathinfo = 0
  5. date.timezone = UTC
  6. xdebug.mode = off
  7. xdebug.client_host = host.docker.internal
  8. xdebug.idekey = PHPSTORM
  9. upload_max_filesize = 100M
  10. post_max_size = 100M
  11. max_input_vars = 10000
  12. sendmail_path = "/usr/bin/msmtp -t"