mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
Merge pull request #615
This commit is contained in:
@@ -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)%'
|
||||
@@ -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</>
|
||||
Reference in New Issue
Block a user