GET https://devapi.mynrgys.fr/mot-de-passe-oublie

ResetPasswordController :: request

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"Core\App\Controller\ResetPasswordController::request"
_controller_attributes
[
  Symfony\Component\Routing\Attribute\Route {#2308
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/mot-de-passe-oublie"
    +name: null
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
  Symfony\Component\Routing\Attribute\Route {#2350
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: ""
    +name: "app_forgot_password_request"
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_route
"app_forgot_password_request"
_route_params
[]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#4782
    -supports: false
    -passport: null
    -duration: null
    -stub: "Core\App\Security\LoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Core\App\Security\LoginAuthenticator {#4638 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#4593
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#4592 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#4771
    -supports: false
    -passport: null
    -duration: null
    -stub: "Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator {#4767 …}
  }
]
_stopwatch_token
"290a9d"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"devapi.mynrgys.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"

Request Content

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

Retry Command

curl \
  --compressed \
  --url 'https://devapi.mynrgys.fr/mot-de-passe-oublie' \
  --header 'Accept-Encoding: gzip, br, zstd, deflate' \
  --header 'User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
  --header 'Accept: */*' \
  --header 'X-Php-Ob-Level: 1'

Response

Response Headers

Header Value
cache-control
"max-age=0, must-revalidate, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 05 Aug 2026 07:54:32 GMT"
expires
"Wed, 05 Aug 2026 07:54:32 GMT"
set-cookie
"PHPSESSID=470cc6024db874491ce6a8be8dd8fa38; path=/; secure; httponly; samesite=lax"
x-debug-token
"f9954d"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

Key Value
PHPSESSID
Symfony\Component\HttpFoundation\Cookie {#1260
  #expire: 0
  #path: "/"
  -sameSite: "lax"
  -secureDefault: false
  #name: "PHPSESSID"
  #value: "470cc6024db874491ce6a8be8dd8fa38"
  #domain: ""
  #secure: true
  #httpOnly: true
  -raw: false
  -partitioned: false
}

Session 5

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

5 Usages
Stateless check enabled
Usage
Core\App\EventSubscriber\RequestSubscriber:119
[
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/core/App/EventSubscriber/RequestSubscriber.php"
    "line" => 119
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/core/App/EventSubscriber/RequestSubscriber.php"
    "line" => 74
    "function" => "setFooterNameAndWebsite"
    "class" => "Core\App\EventSubscriber\RequestSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Core\App\EventSubscriber\RequestSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/public/index.php"
    "line" => 5
    "args" => [
      "/home/sites/devapi.mynrgys.fr/site/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Core\App\EventSubscriber\RequestSubscriber:120
[
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/core/App/EventSubscriber/RequestSubscriber.php"
    "line" => 120
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/core/App/EventSubscriber/RequestSubscriber.php"
    "line" => 74
    "function" => "setFooterNameAndWebsite"
    "class" => "Core\App\EventSubscriber\RequestSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Core\App\EventSubscriber\RequestSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/public/index.php"
    "line" => 5
    "args" => [
      "/home/sites/devapi.mynrgys.fr/site/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Core\App\EventSubscriber\RequestSubscriber:129
[
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/core/App/EventSubscriber/RequestSubscriber.php"
    "line" => 129
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/core/App/EventSubscriber/RequestSubscriber.php"
    "line" => 74
    "function" => "setFooterNameAndWebsite"
    "class" => "Core\App\EventSubscriber\RequestSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Core\App\EventSubscriber\RequestSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/public/index.php"
    "line" => 5
    "args" => [
      "/home/sites/devapi.mynrgys.fr/site/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Core\App\EventSubscriber\RequestSubscriber:130
[
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/core/App/EventSubscriber/RequestSubscriber.php"
    "line" => 130
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/core/App/EventSubscriber/RequestSubscriber.php"
    "line" => 74
    "function" => "setFooterNameAndWebsite"
    "class" => "Core\App\EventSubscriber\RequestSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Core\App\EventSubscriber\RequestSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/public/index.php"
    "line" => 5
    "args" => [
      "/home/sites/devapi.mynrgys.fr/site/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bridge\Twig\AppVariable:185
[
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 185
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1928
    "function" => "getFlashes"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/var/cache/dev/twig/6d/6d6e35b65cb5ae2f54eb0f8497f60e1d.php"
    "line" => 103
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/twig/twig/src/Template.php"
    "line" => 411
    "function" => "doDisplay"
    "class" => "__TwigTemplate_83abe89a5913eb7d4d03f03c73641772"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/twig/twig/src/Template.php"
    "line" => 366
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/twig/twig/src/Template.php"
    "line" => 381
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 472
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 260
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/core/App/Controller/DefaultController.php"
    "line" => 45
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/core/App/Controller/ResetPasswordController.php"
    "line" => 84
    "function" => "render"
    "class" => "Core\App\Controller\DefaultController"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 188
    "function" => "request"
    "class" => "Core\App\Controller\ResetPasswordController"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/sites/devapi.mynrgys.fr/site/public/index.php"
    "line" => 5
    "args" => [
      "/home/sites/devapi.mynrgys.fr/site/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_NAME
"Nestor App"
APP_SECRET
"d92e547b51592d60f2219848c44a1321"
CONNECTION_ENCRYPTION_KEY
"CORE_EDIFITEK_2026"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"mysql://mynrgys.fr_devapi:ra9FCDzM(5h)H40h@pma.nrgys.fr:8548/mynrgys.fr_devapi?serverVersion=11.8.6-MariaDB&charset=utf8mb4"
DATABASE_URL_MYNRGYS
"mysql://mynrgys.fr_dev:9fU-T7HaSLP28tX.@pma.nrgys.fr:8548/mynrgys.fr_dev?serverVersion=11.8.6-MariaDB&charset=utf8mb4"
DECRYP_DATA_TOKEN
"je-prefere-le-chocolat-noir"
DEV_API_CLIENT
"https://devapi.nestorapp.fr"
JWT_PASSPHRASE
"816ce3716790d5c510218357a9d5a949c5c4d166482e3e734c8c48494e85ada7"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"mailjet+api://PUBLIC_KEY:PRIVATE_KEY@default"
MAILER_FROM_ADDRESS
"example@website.fr"
MAKE_TOKEN
"1agvfamdy50tte2kcxo1cu2ifio5nh9c"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
PROD_API_CLIENT
"https://api.nestorapp.fr"
SIDENAV_MODE
"default"
TEMPLATE_LAYOUT
"fluid"
TINY_PNG_TOKEN
"Tf4lemMDCtGXDABY6nDQNoCSiZ1OZ8Ad"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/sites/devapi.mynrgys.fr/site"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/sites/devapi.mynrgys.fr/site"
]
CONTEXT_DOCUMENT_ROOT
"/home/sites/devapi.mynrgys.fr/site/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home/sites/devapi.mynrgys.fr/site/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"1"
H2_STREAM_TAG
"687331-336-1"
HOME
"/home/sites/devapi.mynrgys.fr"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"devapi.mynrgys.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"1"
REDIRECT_H2_STREAM_TAG
"687331-336-1"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"devapi.mynrgys.fr"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/mot-de-passe-oublie"
REMOTE_ADDR
"216.73.217.117"
REMOTE_PORT
"43225"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1785916471
REQUEST_TIME_FLOAT
1785916471.7338
REQUEST_URI
"/mot-de-passe-oublie"
SCRIPT_FILENAME
"/home/sites/devapi.mynrgys.fr/site/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"54.37.159.61"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"devapi.mynrgys.fr"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
"<address>Apache/2.4.68 (Debian) Server at devapi.mynrgys.fr Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.68 (Debian)"
SSL_TLS_SNI
"devapi.mynrgys.fr"
SYMFONY_DOTENV_PATH
"/home/sites/devapi.mynrgys.fr/site/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,DATABASE_URL_MYNRGYS,MESSENGER_TRANSPORT_DSN,CORS_ALLOW_ORIGIN,MAILER_FROM_ADDRESS,MAILER_DSN,TEMPLATE_LAYOUT,SIDENAV_MODE,DEV_API_CLIENT,PROD_API_CLIENT,MAKE_TOKEN,APP_NAME,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,DECRYP_DATA_TOKEN,TINY_PNG_TOKEN,CONNECTION_ENCRYPTION_KEY"
USER
"app-devapi-mynrgys-fr"
proxy-nokeepalive
"1"