mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
Configuration for yousign bundle 2.2
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,17 @@
|
||||
{
|
||||
"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_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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user