You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Flex 1.2.0, I can write in my .env APP_CDN=${DEFAULT_APP_CDN}
Then with composer symfony:dump-env whatever
I got in .env.local.php 'APP_CDN' => 'https://cdn.somewhere.com'
And that's pretty cool.
But starting with Flex 1.2.1, I got 'APP_CDN' => ''
Was it not supposed to work from the start ?
Is there another solution to do this ?