From dc6ef3d231e454e1cec45f6ad5203044ca67f87b Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Sun, 4 Jan 2026 14:33:11 +0100 Subject: [PATCH] fix: APP_NAME in development - using a different APP_NAME for development might seem like a good idea but it is annoying and causes issues when debugging, especially with Redis as it is used as a key prefix --- .env.development.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development.example b/.env.development.example index d4daed4f7..b0b15f324 100644 --- a/.env.development.example +++ b/.env.development.example @@ -1,6 +1,6 @@ # Coolify Configuration APP_ENV=local -APP_NAME="Coolify Development" +APP_NAME=Coolify APP_ID=development APP_KEY= APP_URL=http://localhost