mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
Merge pull request #294
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
picoss_yousign:
|
||||
env: '%env(YOUSIGN_ENV)%'
|
||||
api_key: '%env(YOUSIGN_API_KEY)%'
|
||||
username: '%env(YOUSIGN_USERNAME)%'
|
||||
password: '%env(YOUSIGN_PASSWORD)%'
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user