Files
Jérôme Vieilledent 0c784271a7 Comment credentials env vars
2019-11-28 17:51:47 +01:00

17 lines
575 B
JSON

{
"bundles": {
"Lolautruche\\PaylineBundle\\LolautruchePaylineBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#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'",
"PAYLINE_ENVIRONMENT": "homo"
}
}