Merge pull request #294

This commit is contained in:
symfony-flex-server[bot]
2018-02-15 16:22:13 +00:00
committed by GitHub
2 changed files with 21 additions and 0 deletions
@@ -0,0 +1,5 @@
picoss_yousign:
env: '%env(YOUSIGN_ENV)%'
api_key: '%env(YOUSIGN_API_KEY)%'
username: '%env(YOUSIGN_USERNAME)%'
password: '%env(YOUSIGN_PASSWORD)%'
+16
View File
@@ -0,0 +1,16 @@
{
"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"
}
}