-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.6.0 Port mapping with variables #143
Comments
Hi @matthieuwerner & sorry for the late answer... Could you please tell me which version of symfony you're using? Last but not least, is everything working fine when using the I'll add some tests on this class and mark the "old style config" (not using |
@odolbeau Hello! Using Symfony 4.2.1. With int, I have: "env_46199cc6221ede45_int_SYMFONY__YS__RABBITMQ__PORT_84a7d4ce68c4e237c3cad97f2b8ef136"
Configuration.php on line 123:
"env_46199cc6221ede45_int_SYMFONY__YS__RABBITMQ__PORT_84a7d4ce68c4e237c3cad97f2b8ef136"
Configuration.php on line 123:
"%env(int:SYMFONY__YS__RABBITMQ__PORT)%" Without int, I have:
It's working fine with url ;-) |
Thanks for your feedback! I really have to find some time to release a new minor version to deprecate those options... :/ |
Hello :).
Something looks weird on the version 1.6.0 with the port mapping specifically when we are using environnement variable mapping.
In the yaml :
The value of 'port' index in this case is 0;
It looks like the parameter is processed and converted to string before being replaced by the environnement value.
Something in there is maybe wrong with "beforeNormalization" c95a65e
Best regards.
The text was updated successfully, but these errors were encountered: