# eLabFTW Cloudron package — optional runtime knobs. # Set with: cloudron env set ELABFTW_TZ=America/Chicago --app # (then restart the app). Everything has a sane default; empty = unset. # PHP / container timezone (IANA name) ELABFTW_TZ=UTC # nginx + PHP upload limit (also raises client_max_body_size) ELABFTW_MAX_UPLOAD_SIZE=100M # php-fpm worker count (defaults tuned for the 1536 MB memory limit) ELABFTW_PHP_MAX_CHILDREN=15 # per-worker PHP memory limit ELABFTW_MAX_PHP_MEMORY=512M # run `bin/init db:install` / `bin/console db:update` at boot ELABFTW_AUTO_DB_INIT=true ELABFTW_AUTO_DB_UPDATE=true