Skip to content
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

Allow environment variables in standalone app config file #157

Open
pounard opened this issue May 27, 2024 · 0 comments
Open

Allow environment variables in standalone app config file #157

pounard opened this issue May 27, 2024 · 0 comments
Assignees
Milestone

Comments

@pounard
Copy link
Member

pounard commented May 27, 2024

As of now, we do not allow environment variables to be used in configuration files.

In Symfony, this is always possible using the %env(FOO)% syntax, but that's container magic, and we don't want to add the symfony/dependency-injection dependency on the standalone app.

@pounard pounard self-assigned this May 27, 2024
@pounard pounard added this to the 2.0.0 milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant