Merge pull request #575

This commit is contained in:
symfony-flex-server[bot]
2019-05-24 09:38:25 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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",