mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
15 lines
371 B
JSON
15 lines
371 B
JSON
{
|
|
"bundles": {
|
|
"PasaiakoUdala\\AuthBundle\\PasaiakoUdalaAuthBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"LDAP_IP": "XXX.XXX.XXX.XXX",
|
|
"LDAP_BASE_DN": "DC=DOMAIN,DC=net",
|
|
"LDAP_SEARCH_DN": "CN=LDAPUSER,CN=Users,DC=pasaia,DC=net",
|
|
"LDAP_PASSWD": "LDAP_PASSWD"
|
|
}
|
|
}
|