mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
17 lines
481 B
JSON
17 lines
481 B
JSON
{
|
|
"bundles": {
|
|
"Picoss\\YousignBundle\\PicossYousignBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "To create a demo account, visit https://demo.yousign.fr/fr/public/api/registration",
|
|
"#2": "YOUSIGN_ENV should be 'demo' or 'prod'",
|
|
"YOUSIGN_ENV": "demo",
|
|
"YOUSIGN_API_KEY": "api_key",
|
|
"YOUSIGN_USERNAME": "username",
|
|
"YOUSIGN_PASSWORD": "password"
|
|
}
|
|
}
|