Comment credentials env vars

This commit is contained in:
Jérôme Vieilledent
2019-11-28 17:51:47 +01:00
parent fd065a5705
commit 0c784271a7
2 changed files with 6 additions and 3 deletions

View File

@@ -6,8 +6,8 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"PAYLINE_MERCHANT_ID": "your_payline_merchant_id",
"PAYLINE_ACCESS_KEY": "your_payline_access_key",
"#PAYLINE_MERCHANT_ID": "your_payline_merchant_id",
"#PAYLINE_ACCESS_KEY": "your_payline_access_key",
"PAYLINE_CONTRACT_NUMBER": "your_payline_contract_number",
"#1": "Valid values are 'homo', 'prod', 'int' and 'dev'.",
"#2": "e.g. 'homo' for 'Homologation', 'prod' for 'Production', 'int' for 'Integration'",

View File

@@ -5,7 +5,10 @@
* <fg=blue>Configure</> Payline environment variables in <comment>.env</comment>;
* <fg=blue>Encrypt sensitive environment variables</> with <comment>bin/console secrets:set</comment> command (optional);
* <fg=blue>Using Symfony 4.4/5.x: Encrypt sensitive environment variables</>
with <comment>bin/console secrets:set</comment> command (optional);
* Using Symfony 3.4/4.x: Ensure to correctly expose the environment variables commented in `.env` file.
* <fg=blue>Read</> the documentation at:
<comment>https://github.com/lolautruche/LolautruchePaylineBundle/blob/master/Resources/doc/00-index.md</>