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.
2 parents bd24721 + 83c09e8 commit d335b2fCopy full SHA for d335b2f
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