mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
debug platforms
This commit is contained in:
parent
9841f6ae87
commit
0052487d49
1 changed files with 1 additions and 0 deletions
|
|
@ -1362,6 +1362,7 @@ App::setResource('project', function ($dbForPlatform, $request, $console) {
|
|||
|
||||
if ($project->getAttribute('region') !== System::getEnv('_APP_REGION', 'default')) {
|
||||
var_dump([
|
||||
'x-projectId' => $projectId,
|
||||
'projectId' => $project->getId(),
|
||||
'projectRegion' => $project->getAttribute('region'),
|
||||
'_APP_REGION' => System::getEnv('_APP_REGION'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue