feat(php): make ini values configurable

Refs: OD-28
This commit is contained in:
Oliver Davies 2023-06-05 22:01:10 +01:00
parent b121f2fb77
commit 1c7f1f2e2b
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# {{ managedText }}
max_vars_input = 1000
memory_limit = {{ php.ini.memory_limit | default('128M') }}