infctl-cli/files/ctl/php/local.ini
jon brookes 924954d0ff changed app to use json config for pipeline steps
readme command line usage - to specify pipeline file name
readme updated to include reasoning behind the project

use native golang sqlite

RunScriptCommand named in functionMap
removed unused functions
removed unused functions
run script and pipeline example
renamed functions to drop the word script and add pipeline verb
2025-07-14 16:34:15 +01:00

8 lines
203 B
INI

; PHP Configuration
; extension=pdo_pgsql.so
; extension=pgsql.so
upload_max_filesize = 100M
post_max_size = 100M
max_execution_time = 300
memory_limit = 256M
; Add any other PHP configurations you need