GET http://preprod.scieriedugroschene.fr/grumes

Request / Response

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_stopwatch_token
"07756b"
site
Koredge\SiteBundle\Orm\Entity\Site\Site {#1249
  #createdBy: null
  #updatedBy: null
  #deletedAt: null
  #pendingFiles: []
  #hidden: false
  -position: 3
  -createdAt: DateTime @1769072864 {#1254
    date: 2026-01-22 10:07:44.0 Europe/Paris (+01:00)
  }
  -updatedAt: DateTime @1774262407 {#1247
    date: 2026-03-23 11:40:07.0 Europe/Paris (+01:00)
  }
  #locale: null
  #translationClass: "Koredge\SiteBundle\Orm\Entity\Site\Translations\SiteTranslation"
  -id: 4
  -name: "SCIERIE DU GROS CHÊNE"
  -domain: "preprod.scieriedugroschene.fr"
  -recaptchaPublicKey: null
  -recaptchaSecretKey: null
  -owner: null
  -siret: null
  -intracommunityVat: null
  -rcs: null
  -capital: null
  -registeredOffice: null
  -cmp: null
  -mapEmbed: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4740.9527866143435!2d6.588308777515951!3d47.35179130553711!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x479273b04f861cd1%3A0x6c5c9af31d0df7a1!2sScierie%20du%20gros%20ch%C3%AAne!5e1!3m2!1sfr!2sfr!4v1773047811696!5m2!1sfr!2sfr"
  -siteSocialMedias: Doctrine\ORM\PersistentCollection {#1570 …}
  -siteAddresses: Doctrine\ORM\PersistentCollection {#1707 …}
  -defaultLanguage: Koredge\SiteBundle\Orm\Entity\Core\Language {#1713 …}
  -languages: Doctrine\ORM\PersistentCollection {#1714 …}
  -metaTitle: null
  -metaDescription: null
  -license: Koredge\CoreBundle\Orm\Entity\License {#1723 …}
  -themeSlug: "theme2"
  -modules: Doctrine\ORM\PersistentCollection {#1824 …}
  -pages: Doctrine\ORM\PersistentCollection {#1891 …}
  -customCss: """
    :root {\n
        --kg--color--default: #000000; /* Couleur par défaut */\n
        --kg--color--white: #ffffff;  /* Couleur dite "blanc" */\n
        --kg--color--dark: #202020;   /* Couleur sombre du thème */\n
        --kg--color--light: #0F5C2B;  /* Couleur claire du thème */\n
        --kg--color--text: #595959;   /* Couleur du texte par défaut (faite pour être lisible) */\n
        --kg--color--outline: #E8E8E8;/* Couleur de bordures */\n
    }\n
    \n
    \n
    .kg-header__contact{\n
      color: var(--kg--color--white) !important;\n
    }\n
    \n
    .kg-header__contact:hover, .kg-button.primary:hover{\n
     color : var(--kg--color--dark) !important;\n
    }\n
    .kg-home-baseline {\n
        padding: 0;\n
    }\n
    \n
    .kg-hero-header__buttons a {\n
      border-color: #74B426 !important;\n
    }\n
    .kg-hero-header__buttons a:hover{\n
      color: var(--kg--color--white) !important;\n
    }\n
    \n
    .kg-hero-header.kg-home-hero .kg-hero-header__buttons .secondary:before{\n
      background-color: #74B426 !important;\n
    }\n
    \n
    .kg-hero-header__buttons .kg-button__arrow{\n
      background-color: #74B426 !important;\n
    }\n
    \n
    .kg-hero-header__buttons .kg-button__arrow .kg-svg-icon {\n
      fill: var(--kg--color--white) !important;\n
    }\n
    \n
    .kg-home-baseline p {\n
        display: flex;\n
        justify-content: space-between;\n
        align-items: center;\n
        width: 100%;\n
        font-size: clamp(2rem, 5vw, 6rem);\n
        font-weight: 700;\n
        color: #000;\n
    }\n
    \n
    .kg-home-baseline__separator {\n
        color: var(--kg--color--light);\n
    }\n
    \n
    \n
        .kg-home-acces-link {\n
            grid-template-columns: repeat(2, 1fr);\n
        }\n
    \n
        .kg-home-acces-link li {\n
            height: 500px;\n
        }\n
    .kg-home-acces__content--bottom {\n
      position: absolute;\n
      bottom: 0;\n
      left: 0;\n
      right: 0;\n
      top: auto;\n
      transform: none;\n
    }\n
    \n
    .kg-contenu-txt ul{\n
      text-align: justify;\n
    }\n
    \n
    .kg-home-hero {\n
      margin-bottom: 20px;\n
    }\n
    \n
    /* Section "Depuis 1974" */\n
    .kg-since-1974 {\n
        text-align: center;\n
        padding: 60px 20px;\n
        margin: 0 auto;\n
        max-width: 1400px;\n
    }\n
    \n
    .kg-since-1974 h2 {\n
        font-size: clamp(3rem, 8vw, 8rem);\n
        font-weight: 700;\n
        letter-spacing: 0.05em;\n
        color: transparent;\n
        -webkit-text-stroke: 2px var(--kg--color--light);\n
        text-stroke: 2px var(--kg--color--light);\n
        margin: 0;\n
        line-height: 1;\n
        text-transform: uppercase;\n
    }\n
    \n
    /* Barre d'information contact */\n
    .kg-info-bar {\n
        display: flex;\n
        gap: 0;\n
        z-index: 10;\n
        margin-top: 0;\n
        margin-bottom: 20px;\n
        box-sizing: border-box;\n
        overflow: hidden;\n
        width: 100vw;\n
        position: relative;\n
        grid-column: full;\n
        margin-inline: 0 !important;\n
        max-width: none;\n
        padding-inline: 2vw;\n
    }\n
    \n
    .kg-info-bar__content {\n
        display: grid;\n
        grid-template-columns: 2fr 1fr;\n
        gap: 20px;\n
        flex: 1;\n
        max-width: 100%;\n
    }\n
    \n
    .kg-info-bar__item {\n
        background-color: var(--kg--color--dark);\n
        color: var(--kg--color--white);\n
        padding: 35px 40px;\n
        display: grid;\n
        grid-template-columns: 1fr 1fr;\n
        gap: 40px;\n
        border-right: 2px solid rgba(255, 255, 255, 0.1);\n
        box-sizing: border-box;\n
        overflow: hidden;\n
        border-radius: 25px;\n
    }\n
    \n
    .kg-info-bar__item > * {\n
        display: flex;\n
        flex-direction: column;\n
    }\n
    \n
    .kg-info-bar__item:last-child {\n
        border-right: none;\n
    }\n
    \n
    .kg-info-bar__certifications {\n
        background-color: var(--kg--color--white);\n
        padding: 30px 40px;\n
        display: flex;\n
        flex-direction: row;\n
        align-items: center;\n
        justify-content: center;\n
        gap: 30px;\n
        min-width: 250px;\n
        box-sizing: border-box;\n
    }\n
    \n
    .kg-info-bar__cert-logo {\n
        max-width: 120px;\n
        height: auto;\n
        display: block;\n
    }\n
    \n
    .kg-info-bar__item--hours {\n
        background-color: var(--kg--color--light);\n
        display: flex;\n
        flex-direction: column;\n
        grid-template-columns: none;\n
    }\n
    \n
    .kg-info-bar__item h3 {\n
        font-size: 1.125rem;\n
        font-weight: 700;\n
        text-transform: uppercase;\n
        margin: 0 0 15px 0;\n
        letter-spacing: 0.5px;\n
        color: var(--kg--color--white);\n
    }\n
    \n
    .kg-info-bar__item p {\n
        font-size: 1rem;\n
        line-height: 1.5;\n
        margin: 0 0 10px 0;\n
        color: var(--kg--color--white);\n
    }\n
    \n
    .kg-info-bar__item p a {\n
        color: var(--kg--color--white);\n
        text-decoration: none;\n
        font-size: 1.25rem;\n
        font-weight: 400;\n
    }\n
    \n
    .kg-info-bar__item p a:hover {\n
        text-decoration: underline;\n
    }\n
    \n
    .kg-info-bar__link {\n
        color: var(--kg--color--white);\n
        text-decoration: underline;\n
        font-size: 0.95rem;\n
        margin-top: auto;\n
        display: inline-block;\n
        transition: opacity 0.3s ease;\n
    }\n
    \n
    .kg-info-bar__link:hover {\n
        opacity: 0.8;\n
    }\n
    \n
    /* Responsive */\n
    @media (max-width: 1024px) {\n
        .kg-info-bar__item {\n
            padding: 30px 35px;\n
        }\n
        \n
        .kg-info-bar__certifications {\n
            padding: 25px 30px;\n
            min-width: 180px;\n
        }\n
        \n
        .kg-info-bar__cert-logo {\n
            max-width: 100px;\n
        }\n
    }\n
    \n
    @media (max-width: 768px) {\n
        .kg-info-bar {\n
            flex-direction: column;\n
        }\n
        \n
        .kg-info-bar__content {\n
            grid-template-columns: 1fr;\n
        }\n
        \n
        .kg-info-bar__item {\n
            padding: 25px 30px;\n
            grid-template-columns: 1fr;\n
        }\n
        \n
        .kg-info-bar__certifications {\n
            flex-direction: row;\n
            padding: 20px;\n
            min-width: auto;\n
            gap: 30px;\n
        }\n
        \n
        .kg-info-bar__cert-logo {\n
            max-width: 80px;\n
        }\n
    }\n
    .kg-editable-content h3 , .kg-section-contact__schedule , .kg-section-contact__schedule h2{\n
    color: var(--kg--color--white);\n
    }\n
    \n
    .kg-hero-header__content .kg-center p {\n
    color: var(--kg--color--white);\n
    }
    """
  #enabled: true
  #translations: Doctrine\ORM\PersistentCollection {#1918 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
authorization
""
connection
"close"
host
"preprod.scieriedugroschene.fr"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.52"
x-forwarded-proto
"https"
x-php-ob-level
"1"
x-real-ip
"216.73.216.52"

Request Content

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

Response

Response Headers

Header Value
cache-control
"private, must-revalidate"
content-type
"text/html; charset=UTF-8"
date
"Mon, 04 May 2026 12:12:32 GMT"
expires
"-1"
pragma
"no-cache"
x-debug-token
"cee828"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 7

Session Metadata

Key Value
Created
"Mon, 04 May 26 14:12:32 +0200"
Last used
"Mon, 04 May 26 14:12:32 +0200"
Lifetime
0

Session Attributes

Attribute Value
site
Koredge\SiteBundle\Orm\Entity\Site\Site {#1249
  #createdBy: null
  #updatedBy: null
  #deletedAt: null
  #pendingFiles: []
  #hidden: false
  -position: 3
  -createdAt: DateTime @1769072864 {#1254
    date: 2026-01-22 10:07:44.0 Europe/Paris (+01:00)
  }
  -updatedAt: DateTime @1774262407 {#1247
    date: 2026-03-23 11:40:07.0 Europe/Paris (+01:00)
  }
  #locale: null
  #translationClass: "Koredge\SiteBundle\Orm\Entity\Site\Translations\SiteTranslation"
  -id: 4
  -name: "SCIERIE DU GROS CHÊNE"
  -domain: "preprod.scieriedugroschene.fr"
  -recaptchaPublicKey: null
  -recaptchaSecretKey: null
  -owner: null
  -siret: null
  -intracommunityVat: null
  -rcs: null
  -capital: null
  -registeredOffice: null
  -cmp: null
  -mapEmbed: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4740.9527866143435!2d6.588308777515951!3d47.35179130553711!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x479273b04f861cd1%3A0x6c5c9af31d0df7a1!2sScierie%20du%20gros%20ch%C3%AAne!5e1!3m2!1sfr!2sfr!4v1773047811696!5m2!1sfr!2sfr"
  -siteSocialMedias: Doctrine\ORM\PersistentCollection {#1570 …}
  -siteAddresses: Doctrine\ORM\PersistentCollection {#1707 …}
  -defaultLanguage: Koredge\SiteBundle\Orm\Entity\Core\Language {#1713 …}
  -languages: Doctrine\ORM\PersistentCollection {#1714 …}
  -metaTitle: null
  -metaDescription: null
  -license: Koredge\CoreBundle\Orm\Entity\License {#1723 …}
  -themeSlug: "theme2"
  -modules: Doctrine\ORM\PersistentCollection {#1824 …}
  -pages: Doctrine\ORM\PersistentCollection {#1891 …}
  -customCss: """
    :root {\n
        --kg--color--default: #000000; /* Couleur par défaut */\n
        --kg--color--white: #ffffff;  /* Couleur dite "blanc" */\n
        --kg--color--dark: #202020;   /* Couleur sombre du thème */\n
        --kg--color--light: #0F5C2B;  /* Couleur claire du thème */\n
        --kg--color--text: #595959;   /* Couleur du texte par défaut (faite pour être lisible) */\n
        --kg--color--outline: #E8E8E8;/* Couleur de bordures */\n
    }\n
    \n
    \n
    .kg-header__contact{\n
      color: var(--kg--color--white) !important;\n
    }\n
    \n
    .kg-header__contact:hover, .kg-button.primary:hover{\n
     color : var(--kg--color--dark) !important;\n
    }\n
    .kg-home-baseline {\n
        padding: 0;\n
    }\n
    \n
    .kg-hero-header__buttons a {\n
      border-color: #74B426 !important;\n
    }\n
    .kg-hero-header__buttons a:hover{\n
      color: var(--kg--color--white) !important;\n
    }\n
    \n
    .kg-hero-header.kg-home-hero .kg-hero-header__buttons .secondary:before{\n
      background-color: #74B426 !important;\n
    }\n
    \n
    .kg-hero-header__buttons .kg-button__arrow{\n
      background-color: #74B426 !important;\n
    }\n
    \n
    .kg-hero-header__buttons .kg-button__arrow .kg-svg-icon {\n
      fill: var(--kg--color--white) !important;\n
    }\n
    \n
    .kg-home-baseline p {\n
        display: flex;\n
        justify-content: space-between;\n
        align-items: center;\n
        width: 100%;\n
        font-size: clamp(2rem, 5vw, 6rem);\n
        font-weight: 700;\n
        color: #000;\n
    }\n
    \n
    .kg-home-baseline__separator {\n
        color: var(--kg--color--light);\n
    }\n
    \n
    \n
        .kg-home-acces-link {\n
            grid-template-columns: repeat(2, 1fr);\n
        }\n
    \n
        .kg-home-acces-link li {\n
            height: 500px;\n
        }\n
    .kg-home-acces__content--bottom {\n
      position: absolute;\n
      bottom: 0;\n
      left: 0;\n
      right: 0;\n
      top: auto;\n
      transform: none;\n
    }\n
    \n
    .kg-contenu-txt ul{\n
      text-align: justify;\n
    }\n
    \n
    .kg-home-hero {\n
      margin-bottom: 20px;\n
    }\n
    \n
    /* Section "Depuis 1974" */\n
    .kg-since-1974 {\n
        text-align: center;\n
        padding: 60px 20px;\n
        margin: 0 auto;\n
        max-width: 1400px;\n
    }\n
    \n
    .kg-since-1974 h2 {\n
        font-size: clamp(3rem, 8vw, 8rem);\n
        font-weight: 700;\n
        letter-spacing: 0.05em;\n
        color: transparent;\n
        -webkit-text-stroke: 2px var(--kg--color--light);\n
        text-stroke: 2px var(--kg--color--light);\n
        margin: 0;\n
        line-height: 1;\n
        text-transform: uppercase;\n
    }\n
    \n
    /* Barre d'information contact */\n
    .kg-info-bar {\n
        display: flex;\n
        gap: 0;\n
        z-index: 10;\n
        margin-top: 0;\n
        margin-bottom: 20px;\n
        box-sizing: border-box;\n
        overflow: hidden;\n
        width: 100vw;\n
        position: relative;\n
        grid-column: full;\n
        margin-inline: 0 !important;\n
        max-width: none;\n
        padding-inline: 2vw;\n
    }\n
    \n
    .kg-info-bar__content {\n
        display: grid;\n
        grid-template-columns: 2fr 1fr;\n
        gap: 20px;\n
        flex: 1;\n
        max-width: 100%;\n
    }\n
    \n
    .kg-info-bar__item {\n
        background-color: var(--kg--color--dark);\n
        color: var(--kg--color--white);\n
        padding: 35px 40px;\n
        display: grid;\n
        grid-template-columns: 1fr 1fr;\n
        gap: 40px;\n
        border-right: 2px solid rgba(255, 255, 255, 0.1);\n
        box-sizing: border-box;\n
        overflow: hidden;\n
        border-radius: 25px;\n
    }\n
    \n
    .kg-info-bar__item > * {\n
        display: flex;\n
        flex-direction: column;\n
    }\n
    \n
    .kg-info-bar__item:last-child {\n
        border-right: none;\n
    }\n
    \n
    .kg-info-bar__certifications {\n
        background-color: var(--kg--color--white);\n
        padding: 30px 40px;\n
        display: flex;\n
        flex-direction: row;\n
        align-items: center;\n
        justify-content: center;\n
        gap: 30px;\n
        min-width: 250px;\n
        box-sizing: border-box;\n
    }\n
    \n
    .kg-info-bar__cert-logo {\n
        max-width: 120px;\n
        height: auto;\n
        display: block;\n
    }\n
    \n
    .kg-info-bar__item--hours {\n
        background-color: var(--kg--color--light);\n
        display: flex;\n
        flex-direction: column;\n
        grid-template-columns: none;\n
    }\n
    \n
    .kg-info-bar__item h3 {\n
        font-size: 1.125rem;\n
        font-weight: 700;\n
        text-transform: uppercase;\n
        margin: 0 0 15px 0;\n
        letter-spacing: 0.5px;\n
        color: var(--kg--color--white);\n
    }\n
    \n
    .kg-info-bar__item p {\n
        font-size: 1rem;\n
        line-height: 1.5;\n
        margin: 0 0 10px 0;\n
        color: var(--kg--color--white);\n
    }\n
    \n
    .kg-info-bar__item p a {\n
        color: var(--kg--color--white);\n
        text-decoration: none;\n
        font-size: 1.25rem;\n
        font-weight: 400;\n
    }\n
    \n
    .kg-info-bar__item p a:hover {\n
        text-decoration: underline;\n
    }\n
    \n
    .kg-info-bar__link {\n
        color: var(--kg--color--white);\n
        text-decoration: underline;\n
        font-size: 0.95rem;\n
        margin-top: auto;\n
        display: inline-block;\n
        transition: opacity 0.3s ease;\n
    }\n
    \n
    .kg-info-bar__link:hover {\n
        opacity: 0.8;\n
    }\n
    \n
    /* Responsive */\n
    @media (max-width: 1024px) {\n
        .kg-info-bar__item {\n
            padding: 30px 35px;\n
        }\n
        \n
        .kg-info-bar__certifications {\n
            padding: 25px 30px;\n
            min-width: 180px;\n
        }\n
        \n
        .kg-info-bar__cert-logo {\n
            max-width: 100px;\n
        }\n
    }\n
    \n
    @media (max-width: 768px) {\n
        .kg-info-bar {\n
            flex-direction: column;\n
        }\n
        \n
        .kg-info-bar__content {\n
            grid-template-columns: 1fr;\n
        }\n
        \n
        .kg-info-bar__item {\n
            padding: 25px 30px;\n
            grid-template-columns: 1fr;\n
        }\n
        \n
        .kg-info-bar__certifications {\n
            flex-direction: row;\n
            padding: 20px;\n
            min-width: auto;\n
            gap: 30px;\n
        }\n
        \n
        .kg-info-bar__cert-logo {\n
            max-width: 80px;\n
        }\n
    }\n
    .kg-editable-content h3 , .kg-section-contact__schedule , .kg-section-contact__schedule h2{\n
    color: var(--kg--color--white);\n
    }\n
    \n
    .kg-hero-header__content .kg-center p {\n
    color: var(--kg--color--white);\n
    }
    """
  #enabled: true
  #translations: Doctrine\ORM\PersistentCollection {#1918 …}
}

Session Usage

7 Usages
Stateless check enabled
Usage
Koredge\SiteBundle\EventListener\SiteContextListener:85
[
  [
    "file" => "/var/www/html/bundles/Site/src/EventListener/SiteContextListener.php"
    "line" => 85
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Koredge\SiteBundle\EventListener\SiteContextListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Koredge\ContentBundle\Twig\CmsExtension:135
[
  [
    "file" => "/var/www/html/bundles/Content/src/Twig/CmsExtension.php"
    "line" => 135
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/var/cache/dev/twig/8d/8db82b340c5ac6d218e6b9ede872dfdc.php"
    "line" => 48
    "function" => "getMenusFromZone"
    "class" => "Koredge\ContentBundle\Twig\CmsExtension"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_4067e2ac3179d6001e8c3d5453f0a51c"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/var/cache/dev/twig/34/3430056bc9fce9d0ac7ece13e71f12c0.php"
    "line" => 164
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_dd7a0595bee6c5fdd5ecd4a0daf09601"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/var/cache/dev/twig/7d/7dbf4f17114a4f5a68b7d176452392a1.php"
    "line" => 55
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ce485f1817958e5a24ce81ebf833a06b"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/bundles/Content/src/Service/SiteService.php"
    "line" => 65
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/bundles/Site/src/EventListener/SiteContextListener.php"
    "line" => 105
    "function" => "handleRequest"
    "class" => "Koredge\ContentBundle\Service\SiteService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Koredge\SiteBundle\EventListener\SiteContextListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/http-kernel/Kernel.php"
    "line" => 193
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/html/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/html/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
AGENCY_MAIL
""
API_PASSWORD
"smart-core"
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"732b665938f92203a848194cfbee29eb"
AUTHENTICATION_TYPE
"NATIVE"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_DRIVER
"pdo_pgsql"
DATABASE_HOST
"postgres-smart-core"
DATABASE_NAME
"smart-core"
DATABASE_PASSWORD
"smart-core"
DATABASE_PORT
"5432"
DATABASE_SERVER_VERSION
"15.1"
DATABASE_USER
"smart-core"
DEFAULT_USER_PASSWORD
"smart-core"
ELASTICSEARCH_HOST
"elastic-smart-core"
ELASTICSEARCH_PORT
"9200"
ELASTICSEARCH_URL
"http://elastic-smart-core:9200/"
JWT_PASSPHRASE
""
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCK_DSN
"flock"
MAILER_DSN
"smtp://mail:1025"
MAILJET_API_KEY
""
MAILJET_API_SECRET
""
MERCURE_JWT_KEY
"smartcore"
MERCURE_JWT_SECRET
"smartcore"
MERCURE_PUBLIC_URL
"http://localhost:3000/.well-known/mercure"
MERCURE_TOPIC_DOMAIN
"http://smartcore.koredge.fr"
MERCURE_URL
"http://mercure-smart-core:3000/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
SENTRY_DSN
""
TRUSTED_PROXIES
"172.16.0.0/12,127.0.0.1"
UX_MAP_DSN
"leaflet://default"
VISITE_TEMPLATE
"add_simple.html.twig"

Defined as regular env variables

Key Value
ABSOLUTE_APACHE_DOCUMENT_ROOT
"/var/www/html/public"
APACHE_CONFDIR
"/etc/apache2"
APACHE_DOCUMENT_ROOT
"public"
APACHE_ENVVARS
"/etc/apache2/envvars"
APACHE_RUN_GROUP
"docker"
APACHE_RUN_USER
"docker"
APP_PROJECT_DIR
"/var/www/html"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/html"
]
BLACKFIRE_VERSION
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/public"
CONTEXT_PREFIX
""
CRON_COMMAND_1
"php bin/console koredge:reset-password:remove-expired"
CRON_SCHEDULE_1
"@hourly"
CRON_USER_1
"docker"
DEBIAN_FRONTEND
"noninteractive"
DOCUMENT_ROOT
"/var/www/html/public"
ELASTIC_PORT
"9200"
GATEWAY_INTERFACE
"CGI/1.1"
HOSTNAME
"7447126e5711"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"close"
HTTP_HOST
"preprod.scieriedugroschene.fr"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.52"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_REAL_IP
"216.73.216.52"
IMAGE_VARIANT
"apache"
LOGNAME
"root"
MERCURE_PORT
"3000"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:./node_modules/.bin:./vendor/bin:~/.composer/vendor/bin:/snap/bin"
PHP_EXTENSIONS
""
PHP_EXTENSION_APCU
"1"
PHP_EXTENSION_CALENDAR
"1"
PHP_EXTENSION_CTYPE
"1"
PHP_EXTENSION_CURL
"1"
PHP_EXTENSION_DOM
"1"
PHP_EXTENSION_EXIF
"1"
PHP_EXTENSION_FILEINFO
"1"
PHP_EXTENSION_FTP
"1"
PHP_EXTENSION_GD
"1"
PHP_EXTENSION_GETTEXT
"1"
PHP_EXTENSION_ICONV
"1"
PHP_EXTENSION_IGBINARY
"1"
PHP_EXTENSION_IMAGICK
"1"
PHP_EXTENSION_INTL
"1"
PHP_EXTENSION_JSON
"1"
PHP_EXTENSION_MBSTRING
"1"
PHP_EXTENSION_MYSQLI
"1"
PHP_EXTENSION_OPCACHE
"1"
PHP_EXTENSION_PDO
"1"
PHP_EXTENSION_PDO_MYSQL
"1"
PHP_EXTENSION_PDO_PGSQL
"1"
PHP_EXTENSION_PGSQL
"1"
PHP_EXTENSION_PHAR
"1"
PHP_EXTENSION_POSIX
"1"
PHP_EXTENSION_READLINE
"1"
PHP_EXTENSION_REDIS
"1"
PHP_EXTENSION_SHMOP
"1"
PHP_EXTENSION_SIMPLEXML
"1"
PHP_EXTENSION_SOAP
"1"
PHP_EXTENSION_SOCKETS
"1"
PHP_EXTENSION_SYSVMSG
"1"
PHP_EXTENSION_SYSVSEM
"1"
PHP_EXTENSION_SYSVSHM
"1"
PHP_EXTENSION_TOKENIZER
"1"
PHP_EXTENSION_WDDX
"1"
PHP_EXTENSION_XML
"1"
PHP_EXTENSION_XMLREADER
"1"
PHP_EXTENSION_XMLWRITER
"1"
PHP_EXTENSION_XSL
"1"
PHP_EXTENSION_ZIP
"1"
PHP_EXTRA_BUILD_DEPS
"apache2-dev"
PHP_EXTRA_CONFIGURE_ARGS
"--with-apxs2 --disable-cgi"
PHP_INI_DATE__TIMEZONE
"Europe/Paris"
PHP_INI_MEMORY_LIMIT
"1g"
PHP_INI_ZEND__EXCEPTION_IGNORE_ARGS
"0"
PHP_SELF
"/index.php"
PHP_VERSION
"8.4"
POSTGRES_DB
"smart-core"
POSTGRES_HOST
"postgres-smart-core"
POSTGRES_PASSWORD
"smart-core"
POSTGRES_PORT
"5432"
POSTGRES_USER
"smart-core"
PROJECT_NAME
"smart-core"
PWD
"/var/www/html"
QUERY_STRING
""
REDIRECT_ABSOLUTE_APACHE_DOCUMENT_ROOT
"/var/www/html/public"
REDIRECT_APACHE_CONFDIR
"/etc/apache2"
REDIRECT_APACHE_DOCUMENT_ROOT
"public"
REDIRECT_APACHE_ENVVARS
"/etc/apache2/envvars"
REDIRECT_APACHE_RUN_GROUP
"docker"
REDIRECT_APACHE_RUN_USER
"docker"
REDIRECT_BLACKFIRE_VERSION
"1"
REDIRECT_CRON_COMMAND_1
"php bin/console koredge:reset-password:remove-expired"
REDIRECT_CRON_SCHEDULE_1
"@hourly"
REDIRECT_CRON_USER_1
"docker"
REDIRECT_DEBIAN_FRONTEND
"noninteractive"
REDIRECT_ELASTIC_PORT
"9200"
REDIRECT_HOSTNAME
"7447126e5711"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_IMAGE_VARIANT
"apache"
REDIRECT_LOGNAME
"root"
REDIRECT_MERCURE_PORT
"3000"
REDIRECT_PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:./node_modules/.bin:./vendor/bin:~/.composer/vendor/bin:/snap/bin"
REDIRECT_PHP_EXTENSIONS
""
REDIRECT_PHP_EXTENSION_APCU
"1"
REDIRECT_PHP_EXTENSION_CALENDAR
"1"
REDIRECT_PHP_EXTENSION_CTYPE
"1"
REDIRECT_PHP_EXTENSION_CURL
"1"
REDIRECT_PHP_EXTENSION_DOM
"1"
REDIRECT_PHP_EXTENSION_EXIF
"1"
REDIRECT_PHP_EXTENSION_FILEINFO
"1"
REDIRECT_PHP_EXTENSION_FTP
"1"
REDIRECT_PHP_EXTENSION_GD
"1"
REDIRECT_PHP_EXTENSION_GETTEXT
"1"
REDIRECT_PHP_EXTENSION_ICONV
"1"
REDIRECT_PHP_EXTENSION_IGBINARY
"1"
REDIRECT_PHP_EXTENSION_IMAGICK
"1"
REDIRECT_PHP_EXTENSION_INTL
"1"
REDIRECT_PHP_EXTENSION_JSON
"1"
REDIRECT_PHP_EXTENSION_MBSTRING
"1"
REDIRECT_PHP_EXTENSION_MYSQLI
"1"
REDIRECT_PHP_EXTENSION_OPCACHE
"1"
REDIRECT_PHP_EXTENSION_PDO
"1"
REDIRECT_PHP_EXTENSION_PDO_MYSQL
"1"
REDIRECT_PHP_EXTENSION_PDO_PGSQL
"1"
REDIRECT_PHP_EXTENSION_PGSQL
"1"
REDIRECT_PHP_EXTENSION_PHAR
"1"
REDIRECT_PHP_EXTENSION_POSIX
"1"
REDIRECT_PHP_EXTENSION_READLINE
"1"
REDIRECT_PHP_EXTENSION_REDIS
"1"
REDIRECT_PHP_EXTENSION_SHMOP
"1"
REDIRECT_PHP_EXTENSION_SIMPLEXML
"1"
REDIRECT_PHP_EXTENSION_SOAP
"1"
REDIRECT_PHP_EXTENSION_SOCKETS
"1"
REDIRECT_PHP_EXTENSION_SYSVMSG
"1"
REDIRECT_PHP_EXTENSION_SYSVSEM
"1"
REDIRECT_PHP_EXTENSION_SYSVSHM
"1"
REDIRECT_PHP_EXTENSION_TOKENIZER
"1"
REDIRECT_PHP_EXTENSION_WDDX
"1"
REDIRECT_PHP_EXTENSION_XML
"1"
REDIRECT_PHP_EXTENSION_XMLREADER
"1"
REDIRECT_PHP_EXTENSION_XMLWRITER
"1"
REDIRECT_PHP_EXTENSION_XSL
"1"
REDIRECT_PHP_EXTENSION_ZIP
"1"
REDIRECT_PHP_EXTRA_BUILD_DEPS
"apache2-dev"
REDIRECT_PHP_EXTRA_CONFIGURE_ARGS
"--with-apxs2 --disable-cgi"
REDIRECT_PHP_INI_DATE__TIMEZONE
"Europe/Paris"
REDIRECT_PHP_INI_MEMORY_LIMIT
"1g"
REDIRECT_PHP_INI_ZEND__EXCEPTION_IGNORE_ARGS
"0"
REDIRECT_PHP_VERSION
"8.4"
REDIRECT_POSTGRES_DB
"smart-core"
REDIRECT_POSTGRES_HOST
"postgres-smart-core"
REDIRECT_POSTGRES_PASSWORD
"smart-core"
REDIRECT_POSTGRES_PORT
"5432"
REDIRECT_POSTGRES_USER
"smart-core"
REDIRECT_PROJECT_NAME
"smart-core"
REDIRECT_PWD
"/var/www/html"
REDIRECT_SHELL
"/bin/bash"
REDIRECT_SHLVL
"0"
REDIRECT_STATUS
"200"
REDIRECT_SUDO_COMMAND
"/usr/local/bin/docker-entrypoint-as-root.sh apache2-foreground"
REDIRECT_SUDO_GID
"1000"
REDIRECT_SUDO_UID
"1000"
REDIRECT_SUDO_USER
"docker"
REDIRECT_SUPERCRONIC_OPTIONS
""
REDIRECT_TARGETARCH
"amd64"
REDIRECT_TARGETOS
"linux"
REDIRECT_TEMPLATE_PHP_INI
"development"
REDIRECT_TERM
"unknown"
REDIRECT_URL
"/grumes"
REDIRECT_USER
"root"
REDIRECT_VIRTUAL_HOST
"local.smart-core.com"
REDIRECT_XDEBUG_CLIENT_HOST
"192.168.192.1"
REMOTE_ADDR
"192.168.192.1"
REMOTE_PORT
"43022"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1777896752
REQUEST_TIME_FLOAT
1777896752.3251
REQUEST_URI
"/grumes"
SCRIPT_FILENAME
"/var/www/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.192.3"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"preprod.scieriedugroschene.fr"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache/2.4.41 (Ubuntu) Server at preprod.scieriedugroschene.fr Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.41 (Ubuntu)"
SHELL
"/bin/bash"
SHLVL
"0"
SUDO_COMMAND
"/usr/local/bin/docker-entrypoint-as-root.sh apache2-foreground"
SUDO_GID
"1000"
SUDO_UID
"1000"
SUDO_USER
"docker"
SUPERCRONIC_OPTIONS
""
SYMFONY_DOTENV_PATH
"/var/www/html/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,APP_SECRET,TRUSTED_PROXIES,CORS_ALLOW_ORIGIN,DATABASE_NAME,DATABASE_USER,DATABASE_PASSWORD,DATABASE_HOST,DATABASE_PORT,DATABASE_DRIVER,DATABASE_SERVER_VERSION,MAILER_DSN,ELASTICSEARCH_URL,ELASTICSEARCH_HOST,ELASTICSEARCH_PORT,LOCK_DSN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,MERCURE_JWT_KEY,MERCURE_TOPIC_DOMAIN,API_PASSWORD,AUTHENTICATION_TYPE,AGENCY_MAIL,VISITE_TEMPLATE,MAILJET_API_KEY,MAILJET_API_SECRET,DEFAULT_USER_PASSWORD,SENTRY_DSN,UX_MAP_DSN,MESSENGER_TRANSPORT_DSN"
TARGETARCH
"amd64"
TARGETOS
"linux"
TEMPLATE_PHP_INI
"development"
TERM
"unknown"
USER
"root"
VIRTUAL_HOST
"local.smart-core.com"
XDEBUG_CLIENT_HOST
"192.168.192.1"