Files
spota-dev/docker/php.ini
Power BI Dev 874dbbe8e8 Add Docker and Coolify deployment setup
Add the container configuration, environment templates, and storage settings needed to deploy SPOTA with Docker and Coolify.
2026-05-02 10:07:56 +07:00

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