mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Add basic recipe for eu-login-api-authentication-bundle.
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
eu_login_api_authentication:
|
||||
client_id: "%env(EULOGIN_CLIENT_ID)%"
|
||||
client_secret: "%env(EULOGIN_CLIENT_SECRET)%"
|
||||
environment: "%env(EULOGIN_ENV)%" # Available values are: acceptance, production
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
eu_login_api_authentication:
|
||||
resource: '@EuLoginApiAuthenticationBundle/Resources/config/routes/routes.php'
|
||||
prefix: /api
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"bundles": {
|
||||
"EcPhp\\EuLoginApiAuthenticationBundle\\EuLoginApiAuthenticationBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"EULOGIN_CLIENT_ID": "",
|
||||
"EULOGIN_CLIENT_SECRET": "",
|
||||
"EULOGIN_ENV": "acceptance"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user