mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 10:17:32 +00:00
Add default php.ini values
This commit is contained in:
parent
30304ec7a8
commit
7dea406c49
|
@ -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…
Reference in a new issue