chore: update env variable

This commit is contained in:
Christy Jacob
2024-05-24 07:25:39 +00:00
parent 79616049d0
commit 2005ddfe47
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
+1 -1
View File
@@ -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' => '',