mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
16 lines
413 B
JSON
16 lines
413 B
JSON
{
|
|
"bundles": {
|
|
"Picoss\\YousignBundle\\PicossYousignBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"YOUSIGN_API_URL": "https://apidemo.yousign.fr:8181",
|
|
"YOUSIGN_IFRAME_URL": "https://demo.yousign.fr",
|
|
"YOUSIGN_API_KEY": "api_key",
|
|
"YOUSIGN_USERNAME": "username",
|
|
"YOUSIGN_PASSWORD": "password"
|
|
}
|
|
}
|