Skip to content

Commit 8ac4432

Browse files
committed
Add missing env param and extend docs
1 parent a71d6e3 commit 8ac4432

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

doc/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
TAG_MANAGER_ID=""
1010
USER_COM_ENCRYPTION_KEY=your-32-character-long-key
1111
USER_COM_ENCRYPTION_IV=your-16-character-long-iv
12+
MESSENGER_USER_COM_ASYNCHRONOUS=""
1213
```
1314
3. Add plugin dependencies to `config/bundles.php` file. Make sure that none of the bundles are duplicated.
1415
```php

tests/Application/.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN=doctrine://defau
3636
USER_COM_FRONTEND_API_KEY=""
3737
TAG_MANAGER_ID=""
3838
USER_COM_ENCRYPTION_KEY=your-32-character-long-key
39-
USER_COM_ENCRYPTION_IV=your-16-character-long-iv
39+
USER_COM_ENCRYPTION_IV=your-16-character-long-
40+
MESSENGER_USER_COM_ASYNCHRONOUS=""
4041
###< UserCom

0 commit comments

Comments
 (0)