Add Picoss Yousign Bundle

This commit is contained in:
picoss
2018-02-15 10:33:25 +01:00
parent 8fe1ac1cef
commit 1edc68e926
2 changed files with 19 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)%'
+14
View File
@@ -0,0 +1,14 @@
{
"bundles": {
"Picoss\\YousignBundle\\PicossYousignBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"YOUSIGN_ENV": "demo",
"YOUSIGN_API_KEY": "api_key",
"YOUSIGN_USERNAME": "username",
"YOUSIGN_PASSWORD": "password"
}
}