ezplatform icon indicating copy to clipboard operation
ezplatform copied to clipboard

Set default mailer_host correctly on Platform.sh

Open vidarl opened this issue 5 years ago • 0 comments

Before the container is build, call to $container->getParameter will not returned the resolved values, but instead values like %env(MAILER_HOST)%

With this fix, the mailer_host setting is actually set correct on Platform.sh

vidarl avatar Oct 26 '20 12:10 vidarl