diff options
author | Mathieu Bruyen <code@mais-h.eu> | 2016-02-25 09:19:12 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-03-29 13:44:12 +0200 |
commit | 0bb5669cf602aa5aa2aae76299328827a1c290c5 (patch) | |
tree | b410847779927f60bf2396252b56d757c0e451aa /web | |
parent | b63752652485b1f62679db002cba945c46010367 (diff) | |
download | wallabag-0bb5669cf602aa5aa2aae76299328827a1c290c5.tar.gz wallabag-0bb5669cf602aa5aa2aae76299328827a1c290c5.tar.zst wallabag-0bb5669cf602aa5aa2aae76299328827a1c290c5.zip |
Remove SMTP configuration environment overrides
SMTP configuration has been added in #1518 to use ParameterHandle's
env-map. But Symfony actually has a native way of allowing parameters to
be overriden from environment so rather than having to define a mapping
for each possible parameter, users can define any override in
parameters.yml:
> parameters:
> database_host: %WALLABAG_DB_HOST%
and define an environment variable SYMFONY__WALLABAG_DB_HOST.
Links:
env-map: https://github.com/Incenteev/ParameterHandler#using-environment-variables-to-set-the-parameters
Symfony external parameters: http://symfony.com/doc/current/cookbook/configuration/external_parameters.html
Diffstat (limited to 'web')
0 files changed, 0 insertions, 0 deletions