Skip to content

Commit

Permalink
Merge branch '2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Oct 30, 2018
2 parents eb753d7 + 924396f commit 7f25906
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/config/env/generic.php
Expand Up @@ -71,3 +71,7 @@
if ($value = getenv('SESSION_HANDLER_ID')) {
$container->setParameter('ezplatform.session.handler_id', $value);
}

if ($value = getenv('SESSION_SAVE_PATH')) {
$container->setParameter('ezplatform.session.save_path', $value);
}

0 comments on commit 7f25906

Please sign in to comment.