mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"bundles": {
|
|
"EcPhp\\EuLoginApiAuthenticationBundle\\EuLoginApiAuthenticationBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"EULOGIN_CLIENT_ID": "",
|
|
"EULOGIN_CLIENT_SECRET": "",
|
|
"EULOGIN_ENV": "acceptance"
|
|
}
|
|
}
|