diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/AppKernel.php | 1 | ||||
-rw-r--r-- | app/config/config.yml | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index 52f85558..342bd139 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -29,7 +29,6 @@ class AppKernel extends Kernel | |||
29 | new KPhoen\RulerZBundle\KPhoenRulerZBundle(), | 29 | new KPhoen\RulerZBundle\KPhoenRulerZBundle(), |
30 | new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(), | 30 | new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(), |
31 | new Craue\ConfigBundle\CraueConfigBundle(), | 31 | new Craue\ConfigBundle\CraueConfigBundle(), |
32 | new Lexik\Bundle\MaintenanceBundle\LexikMaintenanceBundle(), | ||
33 | new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(), | 32 | new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(), |
34 | 33 | ||
35 | // wallabag bundles | 34 | // wallabag bundles |
diff --git a/app/config/config.yml b/app/config/config.yml index 7f24244d..0dc5809a 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -236,16 +236,6 @@ kphoen_rulerz: | |||
236 | executors: | 236 | executors: |
237 | doctrine: true | 237 | doctrine: true |
238 | 238 | ||
239 | lexik_maintenance: | ||
240 | authorized: | ||
241 | ips: ['127.0.0.1'] | ||
242 | driver: | ||
243 | ttl: 3600 | ||
244 | class: 'Lexik\Bundle\MaintenanceBundle\Drivers\DatabaseDriver' | ||
245 | response: | ||
246 | code: 503 | ||
247 | status: "wallabag Service Temporarily Unavailable" | ||
248 | |||
249 | old_sound_rabbit_mq: | 239 | old_sound_rabbit_mq: |
250 | connections: | 240 | connections: |
251 | default: | 241 | default: |