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 bd24721 commit 83c09e8Copy full SHA for 83c09e8
lexik/jwt-authentication-bundle/2.3/config/packages/lexik_jwt_authentication.yaml
@@ -1,4 +1,4 @@
1
lexik_jwt_authentication:
2
private_key_path: '%kernel.project_dir%/%env(JWT_PRIVATE_KEY_PATH)%'
3
- public_key_path: '%kernel.project_dir%/%env(JWT_PUBLIC_KEY_PATH)%'
4
- pass_phrase: '%env(JWT_PASSPHRASE)%'
+ public_key_path: '%kernel.project_dir%/%env(JWT_PUBLIC_KEY_PATH)%'
+ pass_phrase: '%env(JWT_PASSPHRASE)%'
0 commit comments