Hi,
I would like to be able to edit the default values to be allowed to import bigger files, but not sure if I can edit the php.ini config, or pass an environmental variable instead?
I have a php-local.ini inside my docker config for this container. Not sure if I should try adding values here, or if Lychee wants me to edit the real php.ini of the container?
Some of the values I would like to change are:
max_execution_time = 200
post_max_size = 100M
upload_max_size = 100M
upload_max_filesize = 20M
memory_limit = 256M
Any ideas?