Skip to content

Commit

Permalink
Merge branch '2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Feb 23, 2018
2 parents da9ba87 + 5c3f596 commit 696362f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/env/platformsh.php
Expand Up @@ -69,7 +69,7 @@
$container->setParameter('cache_dsn', sprintf('%s:%d', $endpoint['host'], $endpoint['port']) . '?retry_interval=3');

$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../cache_pool'));
$loader->load('cache.memcached.yml');
$loader->load('cache.redis.yml');
}
} elseif (isset($relationships['cache'])) {
// Fallback to memcached if here (deprecated, we will only handle redis here in the future)
Expand Down

0 comments on commit 696362f

Please sign in to comment.