mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-07 11:55:33 +01:00
Add default php.ini values
This commit is contained in:
parent
30304ec7a8
commit
7dea406c49
1 changed files with 6 additions and 0 deletions
|
@ -7,4 +7,10 @@ drupal:
|
||||||
experimental:
|
experimental:
|
||||||
runStaticAnalysisOnTests: false
|
runStaticAnalysisOnTests: false
|
||||||
|
|
||||||
|
php:
|
||||||
|
ini:
|
||||||
|
memory_limit: 128M
|
||||||
|
post_max_size: 2M
|
||||||
|
upload_max_filesize: 2M
|
||||||
|
|
||||||
project_root: /app
|
project_root: /app
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue