GET https://index.arquivosdoc.com.br/fila/count

DashboardController :: count

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\Admin\DashboardController::count"
_firewall_context
"security.firewall.map.context.main"
_route
"fila_count"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"088a61"
easyadmin_context
EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext {#10602
  -request: Symfony\Component\HttpFoundation\Request {#2 …}
  -user: App\Entity\User {#10039 …}
  -i18nDto: EasyCorp\Bundle\EasyAdminBundle\Dto\I18nDto {#10627 …}
  -crudControllers: EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry {#10849 …}
  -entityDto: null
  -dashboardDto: EasyCorp\Bundle\EasyAdminBundle\Dto\DashboardDto {#9924 …}
  -dashboardControllerInstance: App\Controller\Admin\DashboardController {#9920 …}
  -assetDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9565 …}
  -crudDto: null
  -searchDto: null
  -menuFactory: EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory {#5223 …}
  -templateRegistry: EasyCorp\Bundle\EasyAdminBundle\Registry\TemplateRegistry {#11475 …}
  -mainMenuDto: null
  -userMenuDto: null
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"pt-BR,pt;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6"
connection
"keep-alive"
cookie
"PHPSESSID=2c945cbef173d6cf590608a69812ae6d"
host
"index.arquivosdoc.com.br"
referer
"https://index.arquivosdoc.com.br/index/qualidade"
sec-ch-ua
""Microsoft Edge";v="147", "Not.A/Brand";v="8", "Chromium";v="147""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-origin"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Fri, 17 Apr 2026 18:38:22 GMT"
x-debug-token
"3fb3f9"

Cookies

Request Cookies

Key Value
PHPSESSID
"2c945cbef173d6cf590608a69812ae6d"

Response Cookies

No response cookies

Session 2

Session Metadata

Key Value
Created
"Fri, 17 Apr 26 10:06:40 +0000"
Last used
"Fri, 17 Apr 26 18:38:15 +0000"
Lifetime
0

Session Attributes

Attribute Value
_security.last_error
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException {#11261
  #message: "Invalid CSRF token."
  #code: 0
  #file: "/home/wwarqu/index/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
  #line: 51
  #serialized: null
  -token: null
  trace: {
    /home/wwarqu/index/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php:51 {
      session_start(array $options = []): bool …
      › if (false === $this->csrfTokenManager->isTokenValid($csrfToken)) {    throw new InvalidCsrfTokenException('Invalid CSRF token.');}
    }
    /home/wwarqu/index/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:172 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /home/wwarqu/index/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:296 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /home/wwarqu/index/vendor/symfony/http-foundation/Session/Session.php:201 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);arguments: {
        $name: "attributes"
      }
    }
    /home/wwarqu/index/vendor/symfony/http-foundation/Session/Session.php:221 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
      arguments: {
        $name: "attributes"
      }
    }
    /home/wwarqu/index/vendor/symfony/http-foundation/Session/Session.php:69 {
      Symfony\Component\HttpFoundation\Session\Session->get(string $name, mixed $default = null): mixed …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /home/wwarqu/index/vendor/symfony/security-http/Firewall/ContextListener.php:98 {
      Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event) …
      › $sessionId = $request->cookies->all()[$session->getName()] ?? null;$token = $session->get($this->sessionKey);arguments: {
        $name: "_security_main"
      }
    }
    /home/wwarqu/index/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      arguments: {
        $event: Symfony\Component\Security\Http\Event\LazyResponseEvent {#9592 …}
      }
    }
    /home/wwarqu/index/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
      › foreach ($listeners as $listener) {    $listener($event);}
      arguments: {
        $event: Symfony\Component\Security\Http\Event\LazyResponseEvent {#9592 …}
      }
    }
    /home/wwarqu/index/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:34 {
      Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken(): TokenInterface …
      ›     $this->initializer = null;    $initializer();}
    }
    /home/wwarqu/index/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:44 {
      Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage->getToken(): TokenInterface …
      › 
      ›     return $this->storage->getToken();}
    }
    /home/wwarqu/index/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:228 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->getUser(?TokenStorageInterface $tokenStorage): UserInterface …
      › {    if (null === $token = $tokenStorage?->getToken()) {        return null;
    }
    /home/wwarqu/index/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:66 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->create(Request $request, DashboardControllerInterface $dashboardController, ?CrudControllerInterface $crudController): AdminContext …
      › $templateRegistry = $this->getTemplateRegistry($dashboardController, $crudDto);$user = $this->getUser($this->tokenStorage);arguments: {
        $tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#10633 …}
      }
    }
    /home/wwarqu/index/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php:78 {
      EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber->onKernelRequest(RequestEvent $event): void …
      ›     $crudControllerInstance = $this->getCrudControllerInstance($request);    $adminContext = $this->adminContextFactory->create($request, $dashboardControllerInstance, $crudControllerInstance);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $dashboardController: App\Controller\Admin\DashboardController {#9920 …}
        $crudController: null
      }
    }
    /home/wwarqu/index/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#24 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#3468 …}
        }
      }
    }
    /home/wwarqu/index/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#24 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#3468 …}
      }
    }
    /home/wwarqu/index/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …11]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#24 …}
      }
    }
    /home/wwarqu/index/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#24 …}
        $eventName: "kernel.request"
      }
    }
    /home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php:139 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#24 …}
        $eventName: "kernel.request"
      }
    }
    /home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /home/wwarqu/index/vendor/symfony/http-kernel/Kernel.php:184 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /home/wwarqu/index/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /home/wwarqu/index/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/wwarqu/index/public/index.php:5 {\rrequire_once dirname(__DIR__).'/vendor/autoload_runtime.php';\r\r
      arguments: {
        "/home/wwarqu/index/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
"2dmouravr@gmail.com"
_security_main
"O:74:"Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken":3:{i:0;N;i:1;s:4:"main";i:2;a:5:{i:0;O:15:"App\Entity\User":11:{s:19:"\x00App\Entity\User\x00id";i:609;s:22:"\x00App\Entity\User\x00email";s:19:"2DMOURAVR@GMAIL.COM";s:22:"\x00App\Entity\User\x00roles";a:1:{i:0;s:12:"ROLE_CLIENTE";}s:25:"\x00App\Entity\User\x00password";s:60:"$2y$13$6Q9o1wXD5MT7cYfYDVqmFOeOd.ATEX2Tz5KPVKwDWrImyb/EP1S1m";s:27:"\x00App\Entity\User\x00documentos";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:25:"\x00App\Entity\User\x00clientes";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:21:"\x00App\Entity\User\x00nome";s:28:"ANDRÉ LUIZ LIMA MOURA FILHO";s:27:"\x00App\Entity\User\x00tipoAcesso";a:4:{s:4:"list";a:27:{i:53;s:2:"53";i:55;s:2:"55";i:57;s:2:"57";i:58;s:2:"58";i:59;s:2:"59";i:65;s:2:"65";i:68;s:2:"68";i:77;s:2:"77";i:78;s:2:"78";i:131;s:3:"131";i:145;s:3:"145";i:146;s:3:"146";i:147;s:3:"147";i:176;s:3:"176";i:188;s:3:"188";i:191;s:3:"191";i:192;s:3:"192";i:194;s:3:"194";i:199;s:3:"199";i:200;s:3:"200";i:201;s:3:"201";i:202;s:3:"202";i:203;s:3:"203";i:218;s:3:"218";i:219;s:3:"219";i:220;s:3:"220";i:222;s:3:"222";}s:3:"new";a:27:{i:53;s:2:"53";i:55;s:2:"55";i:57;s:2:"57";i:58;s:2:"58";i:59;s:2:"59";i:65;s:2:"65";i:68;s:2:"68";i:77;s:2:"77";i:78;s:2:"78";i:131;s:3:"131";i:145;s:3:"145";i:146;s:3:"146";i:147;s:3:"147";i:176;s:3:"176";i:188;s:3:"188";i:191;s:3:"191";i:192;s:3:"192";i:194;s:3:"194";i:199;s:3:"199";i:200;s:3:"200";i:201;s:3:"201";i:202;s:3:"202";i:203;s:3:"203";i:218;s:3:"218";i:219;s:3:"219";i:220;s:3:"220";i:222;s:3:"222";}s:4:"edit";a:27:{i:53;s:2:"53";i:55;s:2:"55";i:57;s:2:"57";i:58;s:2:"58";i:59;s:2:"59";i:65;s:2:"65";i:68;s:2:"68";i:77;s:2:"77";i:78;s:2:"78";i:131;s:3:"131";i:145;s:3:"145";i:146;s:3:"146";i:147;s:3:"147";i:176;s:3:"176";i:188;s:3:"188";i:191;s:3:"191";i:192;s:3:"192";i:194;s:3:"194";i:199;s:3:"199";i:200;s:3:"200";i:201;s:3:"201";i:202;s:3:"202";i:203;s:3:"203";i:218;s:3:"218";i:219;s:3:"219";i:220;s:3:"220";i:222;s:3:"222";}s:6:"delete";a:27:{i:53;s:2:"53";i:55;s:2:"55";i:57;s:2:"57";i:58;s:2:"58";i:59;s:2:"59";i:65;s:2:"65";i:68;s:2:"68";i:77;s:2:"77";i:78;s:2:"78";i:131;s:3:"131";i:145;s:3:"145";i:146;s:3:"146";i:147;s:3:"147";i:176;s:3:"176";i:188;s:3:"188";i:191;s:3:"191";i:192;s:3:"192";i:194;s:3:"194";i:199;s:3:"199";i:200;s:3:"200";i:201;s:3:"201";i:202;s:3:"202";i:203;s:3:"203";i:218;s:3:"218";i:219;s:3:"219";i:220;s:3:"220";i:222;s:3:"222";}}s:23:"\x00App\Entity\User\x00fluxos";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:23:"\x00App\Entity\User\x00etapas";O:33:"Doctrine\ORM\PersistentCollection":2:{s:13:"\x00*\x00collection";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:53:"\x00Doctrine\Common\Collections\ArrayCollection\x00elements";a:0:{}}s:14:"\x00*\x00initialized";b:0;}s:24:"\x00App\Entity\User\x00enabled";b:1;}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:2:{i:0;s:12:"ROLE_CLIENTE";i:1;s:9:"ROLE_USER";}}}"
cliente_id
"133"

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/home/wwarqu/index/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 367
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/src/Controller/Admin/DashboardController.php"
    "line" => 5402
    "function" => "getUser"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "count"
    "class" => "App\Controller\Admin\DashboardController"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/public/index.php"
    "line" => 5
    "args" => [
      "/home/wwarqu/index/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:174
[
  [
    "file" => "/home/wwarqu/index/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 174
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 127
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 74
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/http-kernel/Kernel.php"
    "line" => 184
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/wwarqu/index/public/index.php"
    "line" => 5
    "args" => [
      "/home/wwarqu/index/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"5ccbe2fd248017a0d4f621ea5694e56b"
AWS_KEY
"AKIA3OO3GOUYSR6AQWUS"
AWS_SECRET
"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"
DATABASE_URL
"mysql://wwarqu_pt:2b90[3aLHY66%_{{@localhost:3306/wwarqu_ged_novo?serverVersion=15&charset=Latin1"
MAILER_DSN
"gmail://arquivosdoc.setor.ti@gmail.com:scfprvktkifldeeq@default?verify_peer=0"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
TRUSTED_HOSTS
"^index\.arquivosdoc\.com\.br$"
TRUSTED_PROXIES
"127.0.0.1,REMOTE_ADDR"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/home/wwarqu/index/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/wwarqu/index/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/wwarqu"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"pt-BR,pt;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"PHPSESSID=2c945cbef173d6cf590608a69812ae6d"
HTTP_HOST
"index.arquivosdoc.com.br"
HTTP_REFERER
"https://index.arquivosdoc.com.br/index/qualidade"
HTTP_SEC_CH_UA
""Microsoft Edge";v="147", "Not.A/Brand";v="8", "Chromium";v="147""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0"
PATH
"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"index.arquivosdoc.com.br"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aeJ-HUcV3yVDy99u0rMNAAAAAZc"
REDIRECT_URL
"/fila/count"
REMOTE_ADDR
"187.15.188.38"
REMOTE_PORT
"17767"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1776451101
REQUEST_TIME_FLOAT
1776451101.8879
REQUEST_URI
"/fila/count"
SCRIPT_FILENAME
"/home/wwarqu/index/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"162.241.106.251"
SERVER_ADMIN
"webmaster@index.arquivosdoc.com.br"
SERVER_NAME
"index.arquivosdoc.com.br"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"index.arquivosdoc.com.br"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,AWS_KEY,AWS_SECRET,MESSENGER_TRANSPORT_DSN,MAILER_DSN,TRUSTED_PROXIES,TRUSTED_HOSTS"
UNIQUE_ID
"aeJ-HUcV3yVDy99u0rMNAAAAAZc"
USER
"wwarqu"
argc
0
argv
[]
proxy-nokeepalive
"1"