mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 17:16:24 +03:00
Merge pull request #575
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%"
|
||||
},
|
||||
"aliases": ["jwt-auth"],
|
||||
"aliases": ["jwt", "jwt-auth"],
|
||||
"env": {
|
||||
"#1": "Key paths should be relative to the project directory",
|
||||
"JWT_PRIVATE_KEY_PATH": "%CONFIG_DIR%/jwt/private.pem",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%"
|
||||
},
|
||||
"aliases": ["jwt-auth"],
|
||||
"aliases": ["jwt", "jwt-auth"],
|
||||
"env": {
|
||||
"JWT_SECRET_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/private.pem",
|
||||
"JWT_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",
|
||||
|
||||
Reference in New Issue
Block a user