GET https://arcadeapp.fr/chatbot/modules

ChatbotController :: modules

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\ChatbotController::modules"
_firewall_context
"security.firewall.map.context.main"
_route
"api_chatbot_modules"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"d5666d"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"fr,fr-FR;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6"
cookie
"PHPSESSID=7mq4hansurhv5qft4mgl6r4ga4"
host
"arcadeapp.fr"
priority
"u=1, i"
referer
"https://arcadeapp.fr/admin/activites/informationsgenerales"
sec-ch-ua
""Not(A:Brand";v="8", "Chromium";v="144", "Microsoft Edge";v="144""
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/144.0.0.0 Safari/537.36 Edg/144.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
"Mon, 16 Feb 2026 14:30:21 GMT"
x-debug-token
"36da76"

Cookies

Request Cookies

Key Value
PHPSESSID
"7mq4hansurhv5qft4mgl6r4ga4"

Response Cookies

No response cookies

Session 1

Session Metadata

Key Value
Created
"Mon, 16 Feb 26 14:30:13 +0000"
Last used
"Mon, 16 Feb 26 14:30:21 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-set_current_ascensoriste
"a-xCU8hhx56f6J_D_1Y5MnfuKr2F9258cA3gxBkfwL4"
_security.last_error
Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException {#5106
  #message: "Invalid CSRF token."
  #code: 0
  #file: "/home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php"
  #line: 51
  -token: null
  trace: {
    /home/u693649296/domains/arcadeapp.fr/public_html/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/u693649296/domains/arcadeapp.fr/public_html/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/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:311 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-foundation/Session/Session.php:222 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);}
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-foundation/Session/Session.php:242 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/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/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/security-http/Firewall/ContextListener.php:98 {
      Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event): void …
      › $sessionId = $request->cookies->all()[$session->getName()] ?? null;$token = $session->get($this->sessionKey);}
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
      › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
      › foreach ($listeners as $listener) {    $listener($event);}
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/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/u693649296/domains/arcadeapp.fr/public_html/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/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/security-bundle/Security.php:99 {
      Symfony\Bundle\SecurityBundle\Security->getToken(): TokenInterface …
      › {    return $this->container->get('security.token_storage')->getToken();}
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/security-bundle/Security.php:81 {
      Symfony\Bundle\SecurityBundle\Security->getUser(): UserInterface …
      › {    if (!$token = $this->getToken()) {        return null;
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/src/Service/ChatbotService.php:66 {
      App\Service\ChatbotService->generateThreadId(): string …
      › // Si l'utilisateur est connecté, utiliser son ID pour une conversation persistanteif ($user = $this->security->getUser()) {    $userId = $this->getUserId($user);
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/src/Service/ChatbotService.php:51 {
      App\Service\ChatbotService->__construct(EntityManagerInterface $entityManager, RequestStack $requestStack, Security $security, AgentFactory $agentFactory, LoggerInterface $logger, LoggerInterface $iaLogger) …
      › 
      › $this->threadId = $this->generateThreadId();$this->initializeChatHistory();
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/var/cache/dev/ContainerJJ2Ud2w/getChatbotControllerService.php:38 {
      ContainerJJ2Ud2w\getChatbotControllerService::do($container, $lazyLoad = true) …
      › 
      › $container->services['App\\Controller\\ChatbotController'] = $instance = new \App\Controller\ChatbotController(new \App\Service\ChatbotService($a, $b, ($container->privates['security.helper'] ?? self::getSecurity_HelperService($container)), $e, $d, ($container->services['monolog.logger.ia'] ?? $container->load('getMonolog_Logger_IaService'))), $e, $d);}
    /home/u693649296/domains/arcadeapp.fr/public_html/var/cache/dev/ContainerJJ2Ud2w/App_KernelDevDebugContainer.php:1036 {
      ContainerJJ2Ud2w\App_KernelDevDebugContainer->load($file, $lazyLoad = true): mixed …
      › 
      ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/dependency-injection/Container.php:229 {
      Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
      › if (isset($container->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->load($container->fileMap[$id]);} elseif (isset($container->methodMap[$id])) {
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/dependency-injection/Container.php:211 {
      Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
      ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:40 {
      Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class): object …
      › if ($this->container->has($class)) {    return $this->container->get($class);}
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:26 {
      Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
      › {    $controller = parent::instantiateController($class);}
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-kernel/Controller/ControllerResolver.php:128 {
      Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller): callable …
      › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-kernel/Controller/ControllerResolver.php:96 {
      Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request): callable|false …
      › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:36 {
      Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request): callable|false …
      › try {    return $this->resolver->getController($request);} finally {
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php:164 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(\sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-kernel/Kernel.php:197 {
      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 {
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/u693649296/domains/arcadeapp.fr/public_html/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/u693649296/domains/arcadeapp.fr/public_html/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/u693649296/domains/arcadeapp.fr/public_html/vendor/autoload_runtime.php"
      }
    }
  }
}
_security.last_username
"adminarcade@yopmail.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":16:{s:19:"\x00App\Entity\User\x00id";i:4;s:25:"\x00App\Entity\User\x00username";s:23:"adminarcade@yopmail.com";s:22:"\x00App\Entity\User\x00roles";a:1:{i:0;s:16:"ROLE_SUPER_ADMIN";}s:25:"\x00App\Entity\User\x00password";s:60:"$2y$13$CMgm26NjQ./W4ly9nCplKes/ESYjbfKG8roljhWvtqgYWXcoyKuRO";s:26:"\x00App\Entity\User\x00estactive";b:1;s:26:"\x00App\Entity\User\x00nomprenom";s:12:"admin arcade";s:20:"\x00App\Entity\User\x00tel";N;s:24:"\x00App\Entity\User\x00adresse";N;s:25:"\x00App\Entity\User\x00idprofil";O:32:"Proxies\__CG__\App\Entity\Profil":1:{s:27:"\x00App\Entity\Profil\x00idprofil";i:1;}s:23:"\x00App\Entity\User\x00idpays";N;s:31:"\x00App\Entity\User\x00idascensoriste";N;s:24:"\x00App\Entity\User\x00idville";N;s:24:"\x00App\Entity\User\x00isAdmin";b:0;s:30:"\x00App\Entity\User\x00listTokenPush";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\x00secteurs";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:34:"\x00App\Entity\User\x00avancementtravaux";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;}}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:2:{i:0;s:16:"ROLE_SUPER_ADMIN";i:1;s:9:"ROLE_USER";}}}"
current_idascensoriste
2
idascenseur_active
"49"
last_parametrage_path
"/a/dashboard/"
type_ascensoriste
"client"

Session Usage

1 Usages
Stateless check enabled
Usage
App\EventListener\AppRequestListener:32
[
  [
    "file" => "/home/u693649296/domains/arcadeapp.fr/public_html/src/EventListener/AppRequestListener.php"
    "line" => 32
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "__invoke"
    "class" => "App\EventListener\AppRequestListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 169
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u693649296/domains/arcadeapp.fr/public_html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/u693649296/domains/arcadeapp.fr/public_html/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/u693649296/domains/arcadeapp.fr/public_html/public/index.php"
    "line" => 5
    "args" => [
      "/home/u693649296/domains/arcadeapp.fr/public_html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
AI_PROVIDER
"openai"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"db72f47ddc4b3cb40bcd2d6a2892bde5"
BUG
"0"
CC_MAIL_ADMIN
"arcade.direction@gmail.com"
CHATBOT_DB_EXCLUDED_TABLES
"migration,migration_versions,doctrine_migration,password_reset,token,session"
CHATBOT_DB_MAX_TABLES_PER_QUERY
"50"
CHATBOT_USE_DATABASE
"true"
CORS_ALLOW_ORIGIN
""
DATABASE_URL
"mysql://u693649296_adminarcade:Adm1n@rcade@2025@127.0.0.1:3306/u693649296_adminarcade?serverVersion=mariadb-10.4.27&charset=utf8"
FIREBASE_CREDENTIALS
"%kernel.project_dir%/config/google/firebase_auth.json"
FIREBASE_DATABASE_URI
"https://votre-projet.firebaseio.com"
INSPECTOR_INGESTION_KEY
"74f75b5b73c9787d7e363af24697142b7bdecea2"
JWT_PASSPHRASE
"arcade"
JWT_TTL
"86400"
MAILER_DSN
"smtp://support%40arcadeapp.fr:Arcade77550*@smtp.hostinger.com:587"
MAIL_SENDER
"support@arcadeapp.fr"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
OPENAI_API_KEY
"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"
OPENAI_EMBEDDINGS_MODEL
"text-embedding-3-large"
OPENAI_MODEL
"gpt-4o"

Defined as regular env variables

Key Value
CRAWLER_LOAD_LIMIT_ENFORCE
"25"
CRAWLER_USLEEP
"1000"
CUR_REQUEST_URI
"/public/index.php/url=chatbot/modules"
DOCUMENT_ROOT
"/home/u693649296/domains/arcadeapp.fr/public_html"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"fr,fr-FR;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6"
HTTP_COOKIE
"PHPSESSID=7mq4hansurhv5qft4mgl6r4ga4"
HTTP_HOST
"arcadeapp.fr"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"https://arcadeapp.fr/admin/activites/informationsgenerales"
HTTP_SEC_CH_UA
""Not(A:Brand";v="8", "Chromium";v="144", "Microsoft Edge";v="144""
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/144.0.0.0 Safari/537.36 Edg/144.0.0.0"
H_CANARY
"false"
H_PLATFORM
"Hostinger"
H_STAGING
"false"
H_TYPE
"shared"
LSPHP_ProcessGroup
"on"
ORIG_PATH_INFO
"/url=chatbot/modules"
PATH
"/usr/local/bin:/bin:/usr/bin"
PATH_INFO
"/url=chatbot/modules"
PATH_TRANSLATED
"/home/u693649296/domains/arcadeapp.fr/public_html/url=chatbot/modules"
PHP_SELF
"/public/index.php/url=chatbot/modules"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/chatbot/modules"
REMOTE_ADDR
"2a05:6e02:1036:6910:b9c3:2458:b781:32fd"
REMOTE_PORT
"65097"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1771252221
REQUEST_TIME_FLOAT
1771252221.6356
REQUEST_URI
"/chatbot/modules"
SCRIPT_FILENAME
"/home/u693649296/domains/arcadeapp.fr/public_html/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"https://arcadeapp.fr/chatbot/modules"
SCRIPT_URL
"/chatbot/modules"
SERVER_ADDR
"2a02:4780:27:1523:0:2958:3f90:3"
SERVER_ADMIN
""
SERVER_NAME
"arcadeapp.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SSL_CIPHER
"TLS_AES_128_GCM_SHA256"
SSL_CIPHER_ALGKEYSIZE
"128"
SSL_CIPHER_USEKEYSIZE
"128"
SSL_PROTOCOL
"QUIC"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,CORS_ALLOW_ORIGIN,JWT_PASSPHRASE,JWT_TTL,MAIL_SENDER,FIREBASE_CREDENTIALS,FIREBASE_DATABASE_URI,CC_MAIL_ADMIN,OPENAI_API_KEY,AI_PROVIDER,OPENAI_MODEL,OPENAI_EMBEDDINGS_MODEL,CHATBOT_USE_DATABASE,CHATBOT_DB_EXCLUDED_TABLES,CHATBOT_DB_MAX_TABLES_PER_QUERY,APP_DEBUG,BUG,INSPECTOR_INGESTION_KEY"
UNIQUE_ID
"ygEpgSBM5BGJbjVsvEhDPaNE"
X-LSCACHE
"on,crawler,esi,combine"
X_SPDY
"HTTP3"