mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add basic recipe for eu-login-api-authentication-bundle.
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
eu_login_api_authentication:
|
||||
resource: '@EuLoginApiAuthenticationBundle/Resources/config/routes/routes.php'
|
||||
prefix: /api
|
||||
13
ecphp/eu-login-api-authentication-bundle/1.0/manifest.json
Normal file
13
ecphp/eu-login-api-authentication-bundle/1.0/manifest.json
Normal file
@@ -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