mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
commit
6dbb14bf7b
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ class Executor
|
|||
$this->headers = [
|
||||
'content-type' => 'application/json',
|
||||
'authorization' => 'Bearer ' . System::getEnv('_APP_EXECUTOR_SECRET', ''),
|
||||
'x-opr-addressing-method' => 'anycast-efficient'
|
||||
'x-opr-addressing-method' => 'anycast-efficient',
|
||||
'x-edge-bypass-gateway' => '1'
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue