1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13:00

Update executor default var to match new container hostname

This commit is contained in:
Jake Barnby 2024-05-24 15:30:14 +12:00
parent 87ee2770a8
commit e65cc78234
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -767,7 +767,7 @@ return [
'name' => '_APP_EXECUTOR_HOST', 'name' => '_APP_EXECUTOR_HOST',
'description' => 'The host used by Appwrite to communicate with the function executor!', 'description' => 'The host used by Appwrite to communicate with the function executor!',
'introduction' => '0.13.0', 'introduction' => '0.13.0',
'default' => 'http://appwrite-executor/v1', 'default' => 'http://exc1/v1',
'required' => false, 'required' => false,
'overwrite' => true, 'overwrite' => true,
'question' => '', 'question' => '',