FremoController :: connectAction
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\FremoController::connectAction" |
| _controller_attributes | [ Symfony\Component\Routing\Attribute\Route {#424 +methods: [] +envs: [] +schemes: [] +aliases: [] +path: "/connect/fremo" +name: "connect_fremo_start" +requirements: [] +options: [] +defaults: [] +host: null +condition: null +priority: null } ] |
| _firewall_context | "security.firewall.map.context.main" |
| _route | "connect_fremo_start" |
| _route_params | [] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#665 -supports: false -passport: null -duration: null -stub: "App\Security\FremoAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\FremoAuthenticator {#658 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#666 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#380 …} } ] |
| _stopwatch_token | "6c6c16" |
| _vary_by_language | true |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip, br, zstd, deflate" |
| host | "fredl4-dev.separk.de" |
| user-agent | "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
| x-php-ob-level | "0" |
Request Content
Request content not available (it was retrieved as a resource).
Retry Command
curl \ --compressed \ --url 'https://fredl4-dev.separk.de/connect/fremo' \ --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: 0'
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "max-age=0, must-revalidate, private" |
| content-language | "en" |
| content-type | "text/html; charset=utf-8" |
| date | "Tue, 11 Aug 2026 05:49:27 GMT" |
| expires | "Tue, 11 Aug 2026 05:49:27 GMT" |
| location | "https://keycloak.staging.fremo-net.eu/realms/fremo/protocol/openid-connect/auth?scope=openid%20profile%20email&state=c5d95becc2cda3b46cfde44a3593a945&response_type=code&approval_prompt=auto&redirect_uri=https%3A%2F%2Ffredl4-dev.separk.de%2Fconnect%2Ffremo%2Fcheck&client_id=fredl-dev-dirk" |
| set-cookie | "PHPSESSID=b4a22dab33c856d9b8067c835a2c9a79; path=/; secure; httponly; samesite=lax" |
| vary | "Accept-Language" |
| x-debug-token | "b87609" |
| x-robots-tag | "noindex" |
Cookies
Request Cookies
No request cookies
Response Cookies
| Key | Value |
|---|---|
| PHPSESSID | Symfony\Component\HttpFoundation\Cookie {#824 #expire: 0 #path: "/" -sameSite: "lax" -secureDefault: false #name: "PHPSESSID" #value: "b4a22dab33c856d9b8067c835a2c9a79" #domain: "" #secure: true #httpOnly: true -raw: false -partitioned: false } |
Session 3
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
3
Usages
Stateless check enabled
| Usage |
|---|
App\Service\LocaleService:77
[
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/src/Service/LocaleService.php"
"line" => 77
"function" => "get"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/src/EventSubscriber/LocaleRequestSubscriber.php"
"line" => 46
"function" => "getSessionLocale"
"class" => "App\Service\LocaleService"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "App\EventSubscriber\LocaleRequestSubscriber"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 129
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 162
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/public/index.php"
"line" => 5
"args" => [
"/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
KnpU\OAuth2ClientBundle\Client\OAuth2Client:71
[
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php"
"line" => 71
"function" => "set"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/src/Controller/FremoController.php"
"line" => 22
"function" => "redirect"
"class" => "KnpU\OAuth2ClientBundle\Client\OAuth2Client"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 188
"function" => "connectAction"
"class" => "App\Controller\FremoController"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/public/index.php"
"line" => 5
"args" => [
"/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/src/EventSubscriber/NoCacheForAuthenticatedSubscriber.php"
"line" => 35
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelResponse"
"class" => "App\EventSubscriber\NoCacheForAuthenticatedSubscriber"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 129
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 221
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 209
"function" => "filterResponse"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 79
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/http-kernel/Kernel.php"
"line" => 143
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 34
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/public/index.php"
"line" => 5
"args" => [
"/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/vendor/autoload_runtime.php"
]
"function" => "require_once"
]
]
|
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| ACTION_BUTTON_STYLE | "icon" |
| ALLOW_PRIVATE_NETWORK_ACCESS | "false" |
| APP_ENV | "dev" |
| APP_SECRET | "b15ec2b8df2738a8c3884b490a419dad" |
| DATABASE_URL | "mysql://d045fd1a:G6PYc8nqcsjwbbH3Gcyc@127.0.0.1:3306/d045fd1a?serverVersion=10.11.13-MariaDB&charset=utf8mb4" |
| DEEPL_API_KEY | "" |
| DEFAULT_URI | "https://fredl4-dev.separk.de" |
| EXTERNAL_APPS_ORIGIN | "https://fremotools.separk.de" |
| FEEDBACK_EMAIL | "contact-project+fremo-apps-fredl-77080584-issue-@incoming.gitlab.com" |
| FREMO_API_BASE_URL | "https://www.staging.fremo-net.eu" |
| FREMO_API_EMAIL | "dirk.jahnke@mailbox.org" |
| FREMO_API_KEY | "6e987d649dbbf80fa604f68f45b58eaafc5a6aafe8b08a6bedad4e3bbdcf87e5" |
| FREMO_BASE_URL | "https://keycloak.staging.fremo-net.eu" |
| FREMO_CLIENT_ID | "fredl-dev-dirk" |
| FREMO_CLIENT_SECRET | "eXdMNDsPkKtnyFvtpvR8FEM77w2r1jwv" |
| FREMO_REALM | "fremo" |
| MAILER_DSN | "smtp://m0732575:agSbsNzHtdYoehpR2AqQ@w0174760.kasserver.com:587" |
| MAILER_FROM_ADDRESS | "fredl4dev@separk.de" |
| MAILER_FROM_NAME | "FreDL-DEV" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| MIGRATIONS_PATH | "migrations/mariadb" |
| TRUSTED_PROXIES | "127.0.0.1,REMOTE_ADDR" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_PROJECT_DIR | "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168" ] |
| CONTEXT_DOCUMENT_ROOT | "/www/htdocs/w0174760/fredl4-dev.separk.de/current/public/" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/www/htdocs/w0174760/fredl4-dev.separk.de/current/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 | "3081966-2294-1" |
| HOME | "/www/htdocs/w0174760" |
| HTTP2 | "on" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip, br, zstd, deflate" |
| HTTP_HOST | "fredl4-dev.separk.de" |
| 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:/sbin:/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 | "3081966-2294-1" |
| REDIRECT_HTTP2 | "on" |
| REDIRECT_HTTPS | "on" |
| REDIRECT_SSL_CLIENT_CERT | "" |
| REDIRECT_SSL_SERVER_CERT | """ -----BEGIN CERTIFICATE-----\n MIIDrzCCAzWgAwIBAgISBhD6TdOKuzCxUjXIjMHNREleMAoGCCqGSM49BAMDMDMx\n CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQDEwNZ\n RTEwHhcNMjYwNjE3MDkzNzMzWhcNMjYwOTE1MDkzNzMyWjAfMR0wGwYDVQQDExRm\n cmVkbDQtZGV2LnNlcGFyay5kZTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABFug\n M56x+2Hkp+e8BPdaAIq3fHWRxlb9L4Q4LsKcV0+oUu/4q3/qbq2uAVPikn2w6uOV\n V9TuimhREUXLGjRM10ajggI7MIICNzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAww\n CgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUGDwWEyGWweLBG11X\n D35ZFgZWWEwwHwYDVR0jBBgwFoAUuyDKRwv+1+Wc+Y8JKqOMN0WxvNgwMwYIKwYB\n BQUHAQEEJzAlMCMGCCsGAQUFBzAChhdodHRwOi8veWUxLmkubGVuY3Iub3JnLzA3\n BgNVHREEMDAughYqLmZyZWRsNC1kZXYuc2VwYXJrLmRlghRmcmVkbDQtZGV2LnNl\n cGFyay5kZTATBgNVHSAEDDAKMAgGBmeBDAECATAuBgNVHR8EJzAlMCOgIaAfhh1o\n dHRwOi8veWUxLmMubGVuY3Iub3JnLzk1LmNybDCCAQ0GCisGAQQB1nkCBAIEgf4E\n gfsA+QB2ANdtfRDRp/V3wsfpX9cAv/mCyTNaZeHQswFzF8DIxWl3AAABntUnApQA\n AAQDAEcwRQIhAMhYEgJF5VXmDuTx6E6O8sq7cE+z788zJlxUTmYlMBdaAiAxZGZQ\n e6aBQb9bZ34Qqk8xmlNzL9aOnOmnAcYcX0P0IQB/AKgmy+MKxjUSRlM/4GXxTxnZ\n bhkIE8Qd2W15ALMSPFUnAAABntUnBS0ACAAABQAP5skcBAMASDBGAiEAyi6/SnXo\n KpgwjDRlXF29oJNFfBetOuwTncoWIXbeVtICIQDADfxIGLg0kMhmgPDp2Yw6KdmY\n KS5d9bMBAicwjuv44zAKBggqhkjOPQQDAwNoADBlAjEAuLW9xuRdfuSYmBZ0OIe/\n wDl69jRP+imLMJFqtdBHYlGYw3nucA/9vJQmTquNg+zkAjBwO6HLmcCuNixEip/z\n C0OD7202Ukq3kw93LsFpEUm4CacUEFN8b6uvQe5iHWi7C/w=\n -----END CERTIFICATE-----\n """ |
| REDIRECT_SSL_TLS_SNI | "fredl4-dev.separk.de" |
| REDIRECT_STATUS | "200" |
| REDIRECT_UNIQUE_ID | "anq35-PMQ84FxZsyiD23_QAAZBs" |
| REDIRECT_URL | "/connect/fremo" |
| REMOTE_ADDR | "216.73.216.24" |
| REMOTE_PORT | "4532" |
| REQUEST_METHOD | "GET" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1786427367 |
| REQUEST_TIME_FLOAT | 1786427367.77 |
| REQUEST_URI | "/connect/fremo" |
| SCRIPT_FILENAME | "/www/htdocs/w0174760/fredl4-dev.separk.de/current/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "85.13.133.197" |
| SERVER_ADMIN | "webmaster@fredl4-dev.separk.de" |
| SERVER_NAME | "fredl4-dev.separk.de" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/2.0" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache" |
| SSL_CLIENT_CERT | "" |
| SSL_SERVER_CERT | """ -----BEGIN CERTIFICATE-----\n MIIDrzCCAzWgAwIBAgISBhD6TdOKuzCxUjXIjMHNREleMAoGCCqGSM49BAMDMDMx\n CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQwwCgYDVQQDEwNZ\n RTEwHhcNMjYwNjE3MDkzNzMzWhcNMjYwOTE1MDkzNzMyWjAfMR0wGwYDVQQDExRm\n cmVkbDQtZGV2LnNlcGFyay5kZTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABFug\n M56x+2Hkp+e8BPdaAIq3fHWRxlb9L4Q4LsKcV0+oUu/4q3/qbq2uAVPikn2w6uOV\n V9TuimhREUXLGjRM10ajggI7MIICNzAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAww\n CgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUGDwWEyGWweLBG11X\n D35ZFgZWWEwwHwYDVR0jBBgwFoAUuyDKRwv+1+Wc+Y8JKqOMN0WxvNgwMwYIKwYB\n BQUHAQEEJzAlMCMGCCsGAQUFBzAChhdodHRwOi8veWUxLmkubGVuY3Iub3JnLzA3\n BgNVHREEMDAughYqLmZyZWRsNC1kZXYuc2VwYXJrLmRlghRmcmVkbDQtZGV2LnNl\n cGFyay5kZTATBgNVHSAEDDAKMAgGBmeBDAECATAuBgNVHR8EJzAlMCOgIaAfhh1o\n dHRwOi8veWUxLmMubGVuY3Iub3JnLzk1LmNybDCCAQ0GCisGAQQB1nkCBAIEgf4E\n gfsA+QB2ANdtfRDRp/V3wsfpX9cAv/mCyTNaZeHQswFzF8DIxWl3AAABntUnApQA\n AAQDAEcwRQIhAMhYEgJF5VXmDuTx6E6O8sq7cE+z788zJlxUTmYlMBdaAiAxZGZQ\n e6aBQb9bZ34Qqk8xmlNzL9aOnOmnAcYcX0P0IQB/AKgmy+MKxjUSRlM/4GXxTxnZ\n bhkIE8Qd2W15ALMSPFUnAAABntUnBS0ACAAABQAP5skcBAMASDBGAiEAyi6/SnXo\n KpgwjDRlXF29oJNFfBetOuwTncoWIXbeVtICIQDADfxIGLg0kMhmgPDp2Yw6KdmY\n KS5d9bMBAicwjuv44zAKBggqhkjOPQQDAwNoADBlAjEAuLW9xuRdfuSYmBZ0OIe/\n wDl69jRP+imLMJFqtdBHYlGYw3nucA/9vJQmTquNg+zkAjBwO6HLmcCuNixEip/z\n C0OD7202Ukq3kw93LsFpEUm4CacUEFN8b6uvQe5iHWi7C/w=\n -----END CERTIFICATE-----\n """ |
| SSL_TLS_SNI | "fredl4-dev.separk.de" |
| SYMFONY_DOTENV_PATH | "/www/htdocs/w0174760/fredl4-dev.separk.de/releases/168/.env" |
| SYMFONY_DOTENV_VARS | "APP_SECRET,TRUSTED_PROXIES,APP_ENV,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MIGRATIONS_PATH,DEFAULT_URI,FEEDBACK_EMAIL,FREMO_BASE_URL,FREMO_REALM,FREMO_CLIENT_ID,FREMO_CLIENT_SECRET,MAILER_DSN,MAILER_FROM_ADDRESS,MAILER_FROM_NAME,FREMO_API_BASE_URL,FREMO_API_EMAIL,FREMO_API_KEY,EXTERNAL_APPS_ORIGIN,ALLOW_PRIVATE_NETWORK_ACCESS,ACTION_BUTTON_STYLE,DEEPL_API_KEY" |
| UNIQUE_ID | "anq35-PMQ84FxZsyiD23_QAAZBs" |
| USER | "w0174760" |
| argc | 0 |
| argv | [] |