1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Update executor hostname in variables

This commit is contained in:
Khushboo Verma 2024-05-24 12:55:32 +05:30
parent 79616049d0
commit ca1f760905

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' => '',