We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b83112 commit cc8c46bCopy full SHA for cc8c46b
tests/Application/.env.test
@@ -14,3 +14,8 @@ SYLIUS_MESSENGER_TRANSPORT_MAIN_FAILED_DSN=sync://
14
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_DSN=sync://
15
SYLIUS_MESSENGER_TRANSPORT_CATALOG_PROMOTION_REMOVAL_FAILED_DSN=sync://
16
###< symfony/messenger ###
17
+
18
+###> lexik/jwt-authentication-bundle ###
19
+JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private-test.pem
20
+JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public-test.pem
21
+###< lexik/jwt-authentication-bundle ###
0 commit comments