Add the container configuration, environment templates, and storage settings needed to deploy SPOTA with Docker and Coolify.
14 lines
337 B
INI
14 lines
337 B
INI
display_errors = ${PHP_DISPLAY_ERRORS}
|
|
log_errors = On
|
|
error_reporting = E_ALL
|
|
max_execution_time = 120
|
|
max_input_time = 120
|
|
max_input_vars = 5000
|
|
memory_limit = 512M
|
|
post_max_size = 32M
|
|
upload_max_filesize = 32M
|
|
session.gc_maxlifetime = 604800
|
|
session.save_path = "/tmp/spota_sessions"
|
|
allow_url_fopen = On
|
|
date.timezone = Asia/Jakarta
|