From 2005ddfe47fd9a4835de4722d1c862ad92446bb0 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 24 May 2024 07:25:39 +0000 Subject: [PATCH] chore: update env variable --- CHANGES.md | 6 ++++++ app/config/variables.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f106f97301..f78d186209 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# Version 1.5.7 +## What's Changed + +## Fixes +* Change executor hostname back to exc1 to prevent name too long errors in the swoole table [#8147](https://github.com/appwrite/appwrite/pull/8147) + # Version 1.5.5 ## What's Changed ### Notable changes diff --git a/app/config/variables.php b/app/config/variables.php index 185ab29d0c..8412b9ebe6 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -767,7 +767,7 @@ return [ 'name' => '_APP_EXECUTOR_HOST', 'description' => 'The host used by Appwrite to communicate with the function executor!', 'introduction' => '0.13.0', - 'default' => 'http://appwrite-executor/v1', + 'default' => 'http://exc1/v1', 'required' => false, 'overwrite' => true, 'question' => '',