From e224cc4795f75e58bac95fc8a1d468ed7cda5f55 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 21 Jun 2024 00:32:52 +0200 Subject: [PATCH] . --- .docker/config/php/php.ini | 2 ++ .idea/workspace.xml | 14 +++++--------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.docker/config/php/php.ini b/.docker/config/php/php.ini index cba4b87..741c6e7 100644 --- a/.docker/config/php/php.ini +++ b/.docker/config/php/php.ini @@ -5,3 +5,5 @@ log_errors = 1 memory_limit = 12G max_input_vars = 1000000 max_execution_time = 90 +session.save_handler = redis +session.save_path = tcp://tortugahome-redis:6379/ \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6abd274..9d7ba8e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,14 +5,8 @@ + - - - - - - - -- 2.39.5