mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
14 lines
317 B
JSON
14 lines
317 B
JSON
{
|
|
"bundles": {
|
|
"Otobul\\EpaybgBundle\\OtobulEpaybgBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"OTOBUL_EPAYBG_MIN": "YOUR_EPAYBG_MIN",
|
|
"OTOBUL_EPAYBG_SECRET": "YOUR_EPAYBG_SECRET",
|
|
"OTOBUL_EPAYBG_IS_DEMO": "true"
|
|
}
|
|
}
|