add gheb\docusign-bundle

This commit is contained in:
Grégoire Hébert
2019-11-05 11:24:26 +01:00
parent 9e03820521
commit 0cb3e9d577
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,5 @@
docusign:
access_token: "YourAccessToken"
account_id: "yourAccountId"
default_signer_name: "Your Signer Name"
default_signer_email: "you@email.tld"
@@ -0,0 +1,2 @@
docusign:
resource: '@DocusignBundle/Resources/config/routing.xml'
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"\\DocusignBundle\\DocusignBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}