diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-22 13:40:15 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-02-22 13:40:15 +0100 |
commit | 2b71f68c95acd20b9ee5e6dc4d67a1ec649fc440 (patch) | |
tree | a1f994e03bbd0fdc876dc041ce2b79ad1ad95302 /app/config/config.yml | |
parent | cd4d7f4b69e560167754af530ac5afc0534d41fd (diff) | |
parent | 437f1985b090c026a130420213d608e1b13e141a (diff) | |
download | wallabag-2b71f68c95acd20b9ee5e6dc4d67a1ec649fc440.tar.gz wallabag-2b71f68c95acd20b9ee5e6dc4d67a1ec649fc440.tar.zst wallabag-2b71f68c95acd20b9ee5e6dc4d67a1ec649fc440.zip |
Merge pull request #1701 from wallabag/v2-maintenance
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" | ||