Files
symfony-flex-recipes-contrib/picoss/yousign-bundle/2.0/manifest.json
T
2018-02-15 14:14:03 +01:00

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"
}
}