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
It's very important for us to not store sensitive data in repository so we would like to use config overrides instead in settings.php. So content of liveblog.notification_channel.liveblog_pusher.yml will be something symbolic like:
And then we override pusher credentials by variables, which are injected to settings.php and are not part of project repository. For this we need the pusher to provide a way to override config. With current set up it's not possible since config variables are loaded from yaml only and ignoring config overrides in settings.php
The text was updated successfully, but these errors were encountered:
Currently the following is not possible:
It's very important for us to not store sensitive data in repository so we would like to use config overrides instead in settings.php. So content of liveblog.notification_channel.liveblog_pusher.yml will be something symbolic like:
And then we override pusher credentials by variables, which are injected to settings.php and are not part of project repository. For this we need the pusher to provide a way to override config. With current set up it's not possible since config variables are loaded from yaml only and ignoring config overrides in settings.php
The text was updated successfully, but these errors were encountered: