Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Added key env processor to docs #10009

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

Merged
merged 2 commits into from
Jul 4, 2018

Conversation

bobvandevijver
Copy link
Contributor

Not much more to say, this is documenting the feature added in symfony/symfony#27157.

Fixes #9734.


parameters:
env(APP_SECRETS): "{\"database_password\": \"secret\"}"
database_password: '%env(key:database_password:APP_SECRETS)%'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you need the json processor before using the key processor?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're completely right, it's updated now!

@bobvandevijver bobvandevijver force-pushed the 9734_env_key_selector branch from 58597dc to 1d72bc2 Compare July 3, 2018 18:19
@javiereguiluz
Copy link
Member

Bob, thanks for implementing this feature and for contributing its docs too.

@javiereguiluz javiereguiluz merged commit 9c91cf1 into symfony:master Jul 4, 2018
javiereguiluz added a commit that referenced this pull request Jul 4, 2018
…guiluz)

This PR was merged into the master branch.

Discussion
----------

Added key env processor to docs

Not much more to say, this is documenting the feature added in symfony/symfony#27157.

Fixes #9734.

Commits
-------

9c91cf1 Reworded and added other config formats
1d72bc2 Added key env processor to docs
@bobvandevijver bobvandevijver deleted the 9734_env_key_selector branch July 4, 2018 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants