diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-09-12 16:13:40 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-09-12 16:13:40 +0200 |
commit | fb96ea884532e9804194afd92a98c5c6aecc177e (patch) | |
tree | dfcb9a7cd9a1eeac200852ef74f6fc9329e3337c /app/config/config.yml | |
parent | 9c08a891f9bb90bc3f23a575a734283c1ee00ba1 (diff) | |
parent | af43bd37675954f937720f7b6fbcf78d85928bc5 (diff) | |
download | wallabag-fb96ea884532e9804194afd92a98c5c6aecc177e.tar.gz wallabag-fb96ea884532e9804194afd92a98c5c6aecc177e.tar.zst wallabag-fb96ea884532e9804194afd92a98c5c6aecc177e.zip |
Merge pull request #1362 from wallabag/v2-fosuser
implement FosUser
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index efc815b8..f623ab23 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -152,3 +152,8 @@ liip_theme: | |||
152 | # bundle_resource_dir: | 152 | # bundle_resource_dir: |
153 | # - %%dir%%/views/themes/%%current_theme%%/%%bundle_name%%/%%template%% | 153 | # - %%dir%%/views/themes/%%current_theme%%/%%bundle_name%%/%%template%% |
154 | # - %%dir%%/views/%%bundle_name%%/%%override_path%% | 154 | # - %%dir%%/views/%%bundle_name%%/%%override_path%% |
155 | |||
156 | fos_user: | ||
157 | db_driver: orm | ||
158 | firewall_name: main | ||
159 | user_class: Wallabag\CoreBundle\Entity\User | ||