[league/oauth2-server-bundle] Add aliases (#1132)

This commit is contained in:
Robin Chalas
2022-10-15 08:33:42 +02:00
committed by GitHub
parent 8ffabc5e9a
commit b08a7ed11d
@@ -10,5 +10,6 @@
"OAUTH_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",
"OAUTH_PASSPHRASE": "%generate(secret)%",
"OAUTH_ENCRYPTION_KEY": "%generate(secret)%"
}
},
"aliases": ["oauth2-server", "oauth-server"]
}