You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
347B

  1. # see https://symfony.com/doc/current/reference/configuration/framework.html
  2. lc_sov:
  3. homepage_route: 'app_homepage'
  4. login_redirection:
  5. redirect_referer: false
  6. roles_redirection:
  7. - { role: "ROLE_ADMIN", redirect: "app_admin_dashboard" }
  8. - { role: "ROLE_SUPER_ADMIN", redirect: "app_admin_dashboard" }