From e65cc7823499d19b23d1ad6f806ff0f918d36b3d Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 24 May 2024 15:30:14 +1200 Subject: [PATCH] Update executor default var to match new container hostname --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => '',