mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
17 lines
575 B
JSON
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"
|
|
}
|
|
}
|