diff options
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 23262469..5d9c7c55 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -181,7 +181,9 @@ fos_user: | |||
181 | registration: | 181 | registration: |
182 | confirmation: | 182 | confirmation: |
183 | enabled: true | 183 | enabled: true |
184 | 184 | from_email: | |
185 | address: %from_email% | ||
186 | sender_name: wallabag | ||
185 | fos_oauth_server: | 187 | fos_oauth_server: |
186 | db_driver: orm | 188 | db_driver: orm |
187 | client_class: Wallabag\ApiBundle\Entity\Client | 189 | client_class: Wallabag\ApiBundle\Entity\Client |