mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
fix string value
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"DOCUSIGN_PRIVATE_KEY_PATH": "%kernel.project_dir%/%CONFIG_DIR%/jwt/docusign.pem",
|
||||
"DOCUSIGN_INTEGRATION_ID": "UUID-DOCUSIGN-INTEGRATION-KEY",
|
||||
"DOCUSIGN_USER_GUID": "UUID-DOCUSIGN-USER-GUID",
|
||||
"DOCUSIGN_ACCOUNT_ID": 1234567
|
||||
"DOCUSIGN_ACCOUNT_ID": "1234567"
|
||||
},
|
||||
"gitignore": [
|
||||
"/%CONFIG_DIR%/jwt/*.pem"
|
||||
|
||||
Reference in New Issue
Block a user