mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
Merge pull request #521
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# https://github.com/Nordeus/CrowdUserBundle#4-configure-parameters
|
||||
nordeus_crowd_user:
|
||||
crowd_application_name: '%env(NORDEUS_CROWD_APPLICATION_NAME)%'
|
||||
crowd_application_password: '%env(NORDEUS_CROWD_APPLICATION_PASSWORD)%'
|
||||
crowd_service_url: http://crowd.your_domain.com:8095
|
||||
sso_cookie_domain: your_domain.com
|
||||
roles_to_groups:
|
||||
ROLE_USER: [ users ]
|
||||
ROLE_ADMIN: [ admins, superadmins ]
|
||||
@@ -0,0 +1,2 @@
|
||||
nordeus_crowd_user:
|
||||
resource: "@NordeusCrowdUserBundle/Resources/config/routing.yaml"
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Nordeus\\CrowdUserBundle\\NordeusCrowdUserBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"NORDEUS_CROWD_APPLICATION_NAME": "crowd_application_name",
|
||||
"NORDEUS_CROWD_APPLICATION_PASSWORD": "crowd_application_password"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> Next: Configure CrowdUserBundle </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
* <fg=blue>Configure parameters:</>: <comment>https://github.com/Nordeus/CrowdUserBundle#4-configure-parameters</>
|
||||
* <fg=blue>Configure your application's security</>: <comment>https://github.com/Nordeus/CrowdUserBundle#5-configure-your-applications-security</>
|
||||
* Your application is now ready to use!
|
||||
|
||||
Full documentation is available at: <comment>https://github.com/Nordeus/CrowdUserBundle</>
|
||||
Reference in New Issue
Block a user