X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=26608cdceadd04522b83ab77d062dfa7351a2dd5;hb=a7f1921f7db312b5def3839393357f443dcbb52c;hp=8fc5ce5bfb1a688986703cddb91ed27f4429cdd6;hpb=752b90d1f2e279d3662d5431b09c7587df2937ca;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index 8fc5ce5b..26608cdc 100644 --- a/composer.json +++ b/composer.json @@ -86,6 +86,9 @@ "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" + ], + "build-parameters": [ + "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" ] }, "extra": { @@ -93,7 +96,13 @@ "symfony-web-dir": "web", "symfony-assets-install": "relative", "incenteev-parameters": { - "file": "app/config/parameters.yml" + "file": "app/config/parameters.yml", + "env-map": { + "mailer_host": "WALLABAG_MAILER_HOST", + "mailer_user": "WALLABAG_MAILER_USER", + "mailer_password": "WALLABAG_MAILER_PASSWORD", + "secret": "WALLABAG_SECRET" + } } }, "autoload": {