Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit c461f43

Browse files
author
Vincent Composieux
committed
Add firewall_name configuration option in README
1 parent 3c47ffa commit c461f43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ ekino_wordpress:
6868
table_prefix: wp_ # If you have a specific Wordpress table prefix
6969
wordpress_directory: /my/wordpress/directory # If you have a specific Wordpress directory structure
7070
load_twig_extension: true # If you want to enable native WordPress functions (ie : get_option() => wp_get_option())
71+
security:
72+
firewall_name: secured_area # This is the firewall default name
7173
```
7274

7375
Also optionally, if you want to use `UserHook` to authenticate on Symfony, you should add this configuration to your `app/security.yml`:

0 commit comments

Comments
 (0)