diff options
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 23262469..a6cfc67d 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -32,6 +32,7 @@ wallabag_core: | |||
32 | en: 'English' | 32 | en: 'English' |
33 | fr: 'Français' | 33 | fr: 'Français' |
34 | de: 'Deutsch' | 34 | de: 'Deutsch' |
35 | tr: 'Türkçe' | ||
35 | 36 | ||
36 | wallabag_import: | 37 | wallabag_import: |
37 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] | 38 | allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain'] |
@@ -56,6 +57,10 @@ twig: | |||
56 | export_epub: %export_epub% | 57 | export_epub: %export_epub% |
57 | export_mobi: %export_mobi% | 58 | export_mobi: %export_mobi% |
58 | export_pdf: %export_pdf% | 59 | export_pdf: %export_pdf% |
60 | export_csv: %export_csv% | ||
61 | export_json: %export_json% | ||
62 | export_txt: %export_txt% | ||
63 | export_xml: %export_xml% | ||
59 | version: %app.version% | 64 | version: %app.version% |
60 | twofactor_auth: %twofactor_auth% | 65 | twofactor_auth: %twofactor_auth% |
61 | warning_message: %warning_message% | 66 | warning_message: %warning_message% |
@@ -181,7 +186,9 @@ fos_user: | |||
181 | registration: | 186 | registration: |
182 | confirmation: | 187 | confirmation: |
183 | enabled: true | 188 | enabled: true |
184 | 189 | from_email: | |
190 | address: %from_email% | ||
191 | sender_name: wallabag | ||
185 | fos_oauth_server: | 192 | fos_oauth_server: |
186 | db_driver: orm | 193 | db_driver: orm |
187 | client_class: Wallabag\ApiBundle\Entity\Client | 194 | client_class: Wallabag\ApiBundle\Entity\Client |