Loading .settings_extra.php +26 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,19 @@ $settings = [ ], 'readonly' => false, ], 'session' => [ 'value' => [ 'handlers' => [ 'general' => [ 'type' => 'memcache', 'host' => '127.0.0.1', 'port' => '11211', 'keyPrefix' => realpath($_SERVER['DOCUMENT_ROOT'] . '/../') . '#02', ], ], ], 'readonly' => false, ], 'exception_handling' => [ 'value' => [ 'debug' => false, Loading Loading @@ -56,6 +69,19 @@ if (getenv('RUN_MODE', true) === 'development') { 'sid' => $_SERVER['DOCUMENT_ROOT'] . '#01', ], ], 'session' => [ 'value' => [ 'handlers' => [ 'general' => [ 'type' => 'memcache', 'host' => 'memcached', 'port' => '11211', 'keyPrefix' => realpath($_SERVER['DOCUMENT_ROOT'] . '/../') . '#02', ], ], ], 'readonly' => false, ], 'exception_handling' => [ 'value' => [ 'debug' => true, Loading Loading
.settings_extra.php +26 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,19 @@ $settings = [ ], 'readonly' => false, ], 'session' => [ 'value' => [ 'handlers' => [ 'general' => [ 'type' => 'memcache', 'host' => '127.0.0.1', 'port' => '11211', 'keyPrefix' => realpath($_SERVER['DOCUMENT_ROOT'] . '/../') . '#02', ], ], ], 'readonly' => false, ], 'exception_handling' => [ 'value' => [ 'debug' => false, Loading Loading @@ -56,6 +69,19 @@ if (getenv('RUN_MODE', true) === 'development') { 'sid' => $_SERVER['DOCUMENT_ROOT'] . '#01', ], ], 'session' => [ 'value' => [ 'handlers' => [ 'general' => [ 'type' => 'memcache', 'host' => 'memcached', 'port' => '11211', 'keyPrefix' => realpath($_SERVER['DOCUMENT_ROOT'] . '/../') . '#02', ], ], ], 'readonly' => false, ], 'exception_handling' => [ 'value' => [ 'debug' => true, Loading