diff options
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index f623ab23..adf68d6c 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -157,3 +157,17 @@ fos_user: | |||
157 | db_driver: orm | 157 | db_driver: orm |
158 | firewall_name: main | 158 | firewall_name: main |
159 | user_class: Wallabag\CoreBundle\Entity\User | 159 | user_class: Wallabag\CoreBundle\Entity\User |
160 | registration: | ||
161 | form: | ||
162 | type: wallabag_user_registration | ||
163 | confirmation: | ||
164 | enabled: true | ||
165 | |||
166 | fos_oauth_server: | ||
167 | db_driver: orm | ||
168 | client_class: Wallabag\ApiBundle\Entity\Client | ||
169 | access_token_class: Wallabag\ApiBundle\Entity\AccessToken | ||
170 | refresh_token_class: Wallabag\ApiBundle\Entity\RefreshToken | ||
171 | auth_code_class: Wallabag\ApiBundle\Entity\AuthCode | ||
172 | service: | ||
173 | user_provider: fos_user.user_manager | ||