Merge pull request #615

This commit is contained in:
symfony-flex-server[bot]
2019-02-14 09:48:33 +00:00
committed by GitHub
3 changed files with 28 additions and 0 deletions
@@ -0,0 +1,6 @@
picoss_yousign:
api_url: '%env(YOUSIGN_API_URL)%'
iframe_url: '%env(YOUSIGN_IFRAME_URL)%'
api_key: '%env(YOUSIGN_API_KEY)%'
username: '%env(YOUSIGN_USERNAME)%'
password: '%env(YOUSIGN_PASSWORD)%'
+15
View File
@@ -0,0 +1,15 @@
{
"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"
}
}
@@ -0,0 +1,7 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Yousign Account </>
<bg=blue;fg=white> </>
* You now need to create a yousign account
1. Visit <info>https://demo.yousign.fr/fr/public/api/registration</info>
2. Modify your YOUSIGN_API_KEY, YOUSIGN_USERNAME and YOUSIGN_PASSWORD config in <fg=green>.env</>