mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Comment credentials env vars
This commit is contained in:
@@ -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'",
|
||||
|
||||
@@ -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</>
|
||||
|
||||
Reference in New Issue
Block a user