fix string value

This commit is contained in:
Grégoire Hébert
2019-11-18 15:41:44 +01:00
parent 5f2847f335
commit c6bb99c439
+1 -1
View File
@@ -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"