X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2Fconfig%2Fconfig.yml;h=51cc049eb577e9f982fe8e71781b807f697e2b44;hb=refs%2Fpull%2F1675%2Fhead;hp=3c278ea6350e4e0f6cfd711ec8d7865b088bd265;hpb=63e40f2d7c4074aff0be587c828eb511a6b7c878;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/config/config.yml b/app/config/config.yml index 3c278ea6..51cc049e 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -28,13 +28,17 @@ framework: assets: ~ wallabag_core: - version: 2.0.0-alpha.1 + version: 2.0.0-alpha.2 paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" languages: en: 'English' fr: 'Français' de: 'Deutsch' tr: 'Türkçe' + fa: 'فارسی' + ro: 'Română' + pl: 'Polish' + da: 'Dansk' items_on_page: 12 theme: material language: en @@ -168,7 +172,7 @@ fos_user: user_class: Wallabag\UserBundle\Entity\User registration: confirmation: - enabled: true + enabled: %fosuser_confirmation% from_email: address: %from_email% sender_name: wallabag @@ -197,3 +201,13 @@ scheb_two_factor: kphoen_rulerz: executors: doctrine: true + +lexik_maintenance: + authorized: + ips: ['127.0.0.1'] + driver: + ttl: 3600 + class: 'Lexik\Bundle\MaintenanceBundle\Drivers\DatabaseDriver' + response: + code: 503 + status: "wallabag Service Temporarily Unavailable"