From a5d6f1420cc461c335ceddb8a9cbbc145f753729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Leuilliot?= Date: Sat, 10 Jun 2023 19:46:11 +0200 Subject: [PATCH] chore: avoid directory issue while running PsySH --- .env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 4a606fb..262f2fd 100644 --- a/.env +++ b/.env @@ -108,9 +108,12 @@ APP_URL=https://${SEAT_DOMAIN} APP_KEY=insecure # App Environment - APP_ENV=local +# The PsySH directory +# This is the place where PsySH temporary files will be stored like command history, metadata files, etc... +XDG_CONFIG_HOME=/tmp + # --------------------------- # Databases Section # ---------------------------