Closed jdoubleu closed 7 years ago
Thanks for your pull request.
However adding these values to be taken from env, will lead to the user being asked to provide this value during setup. That is especially unwanted, as you will never need to provide socket and port and both also only when deviating from defaults.
This means that if you need it in your project nevetheless, then do so in your projects setup. I won't change these values here though, to keep simple.
But currently you have to provide port and/or socket anyways:
(run composer create-project helhum/typo3-distribution my-project
).
I see no difference in the configuration set by an empty variable or and empty value.
you are right. sorry for the hassle and thanks for the patch.
The
conf/env.yml
ignored the environment variables for the databse port/socket.