diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-19 14:33:28 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2016-02-22 12:33:09 +0100 |
commit | fbbda941102326ac91c2ebf2f67a269860290ad7 (patch) | |
tree | 137aabe135485953338845aa29ae0ba2bb88d877 /app/config/config.yml | |
parent | 12b5a8cea12c7c8b10ede7fd00d1f07ca06b1033 (diff) | |
download | wallabag-fbbda941102326ac91c2ebf2f67a269860290ad7.tar.gz wallabag-fbbda941102326ac91c2ebf2f67a269860290ad7.tar.zst wallabag-fbbda941102326ac91c2ebf2f67a269860290ad7.zip |
Fix #1351: add maintenance mode
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index bd269b07..07a4b0b6 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -200,3 +200,13 @@ scheb_two_factor: | |||
200 | kphoen_rulerz: | 200 | kphoen_rulerz: |
201 | executors: | 201 | executors: |
202 | doctrine: true | 202 | doctrine: true |
203 | |||
204 | lexik_maintenance: | ||
205 | authorized: | ||
206 | ips: ['127.0.0.1'] | ||
207 | driver: | ||
208 | ttl: 3600 | ||
209 | class: 'Lexik\Bundle\MaintenanceBundle\Drivers\DatabaseDriver' | ||
210 | response: | ||
211 | code: 503 | ||
212 | status: "wallabag Service Temporarily Unavailable" | ||