FolderController :: yousignWebhook
Request
GET Parameters
None
POST Parameters
None
Uploaded Files
None
Request Attributes
| Key | Value |
|---|---|
| _controller | "App\Controller\FolderController::yousignWebhook" |
| _firewall_context | "security.firewall.map.context.main" |
| _format | "json" |
| _route | "yousign_webhook" |
| _route_params | [ "_format" => "json" ] |
| _security_authenticators | [] |
| _security_firewall_run | "_security_main" |
| _security_skipped_authenticators | [ Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#610 -supports: false -passport: null -duration: null -stub: "App\Security\AppAuthenticator" -authenticated: null -exception: null -authenticator: App\Security\AppAuthenticator {#696 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#1048 -supports: false -passport: null -duration: null -stub: "Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator" -authenticated: null -exception: null -authenticator: Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator {#1044 …} } Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#1050 -supports: false -passport: null -duration: null -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" -authenticated: null -exception: null -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#1051 …} } ] |
| _stopwatch_token | "904e5b" |
Request Headers
| Header | Value |
|---|---|
| accept | "*/*" |
| accept-encoding | "gzip" |
| content-length | "1313" |
| content-type | "application/json" |
| host | "preprod.reseauglass.fr" |
| traceparent | "00-693bef5f00000000bcadd8c9d7e84ef7-55c08e3c875249bf-00" |
| user-agent | "Yousign Webhook Bot" |
| x-datadog-parent-id | "6179095079371819455" |
| x-datadog-sampling-priority | "0" |
| x-datadog-tags | "_dd.p.tid=693bef5f00000000" |
| x-datadog-trace-id | "13595761211523747575" |
| x-php-ob-level | "1" |
| x-yousign-issued-at | "1765535583" |
| x-yousign-retry | "0" |
| x-yousign-signature-256 | "sha256=654890c6d559e1b15f9bfe585b4b1849d15620f53e009ae24131dd484e659969" |
Request Content
Pretty
{
"event_id": "2e87af0e-f6fc-4134-9655-b6dcbf6a4684",
"event_name": "signer.done",
"event_time": "1765535582",
"subscription_id": "a9b6bc11-c8df-4b23-9700-65d70327fa8b",
"subscription_description": "PREPROD SIGN DONE",
"sandbox": true,
"data": {
"signature_request": {
"id": "a25d28db-8dc6-455d-8aa1-e3d4fde08449",
"status": "done",
"name": "Dossier de remboursement bertrand alain",
"delivery_mode": "email",
"created_at": "2025-12-12T10:30:33+00:00",
"deleted_at": null,
"timezone": "Europe\/Paris",
"email_custom_note": null,
"expiration_date": "2026-06-12T21:59:59+00:00",
"source": "public_api",
"ordered_signers": false,
"external_id": "folder-19668",
"workspace_id": "fef32494-b948-4b02-8523-4b71d54c5a3a",
"sender": null,
"signers": [
{
"id": "40ddc228-d575-4f1b-be9d-02657f60b12e",
"answers": [],
"status": "signed",
"delivery_mode": null
}
],
"approvers": [],
"documents": [
{
"id": "4ce204a6-84eb-4e91-a2df-5cccc682e9cc",
"nature": "signable_document"
}
],
"reminder_settings": {
"interval_in_days": 1,
"max_occurrences": 2
}
},
"signer": {
"id": "40ddc228-d575-4f1b-be9d-02657f60b12e",
"info": {
"first_name": "bertrand",
"last_name": "alain",
"email": "franck.gilat@points-france.fr",
"phone_number": "+33643443635",
"locale": "fr"
},
"answers": [],
"consent_requests": [],
"status": "signed",
"delivery_mode": null,
"signature_level": "electronic_signature",
"signature_authentication_mode": "no_code"
}
}
}
Raw
{"event_id":"2e87af0e-f6fc-4134-9655-b6dcbf6a4684","event_name":"signer.done","event_time":"1765535582","subscription_id":"a9b6bc11-c8df-4b23-9700-65d70327fa8b","subscription_description":"PREPROD SIGN DONE","sandbox":true,"data":{"signature_request":{"id":"a25d28db-8dc6-455d-8aa1-e3d4fde08449","status":"done","name":"Dossier de remboursement bertrand alain","delivery_mode":"email","created_at":"2025-12-12T10:30:33+00:00","deleted_at":null,"timezone":"Europe\/Paris","email_custom_note":null,"expiration_date":"2026-06-12T21:59:59+00:00","source":"public_api","ordered_signers":false,"external_id":"folder-19668","workspace_id":"fef32494-b948-4b02-8523-4b71d54c5a3a","sender":null,"signers":[{"id":"40ddc228-d575-4f1b-be9d-02657f60b12e","answers":[],"status":"signed","delivery_mode":null}],"approvers":[],"documents":[{"id":"4ce204a6-84eb-4e91-a2df-5cccc682e9cc","nature":"signable_document"}],"reminder_settings":{"interval_in_days":1,"max_occurrences":2}},"signer":{"id":"40ddc228-d575-4f1b-be9d-02657f60b12e","info":{"first_name":"bertrand","last_name":"alain","email":"franck.gilat@points-france.fr","phone_number":"+33643443635","locale":"fr"},"answers":[],"consent_requests":[],"status":"signed","delivery_mode":null,"signature_level":"electronic_signature","signature_authentication_mode":"no_code"}}}
Response
Response Headers
| Header | Value |
|---|---|
| cache-control | "no-cache, private" |
| content-type | "application/json" |
| date | "Fri, 12 Dec 2025 10:33:03 GMT" |
| x-content-type-options | "nosniff" |
| x-debug-token | "76fad0" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session 1
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
1
Usages
Stateless check enabled
| Usage |
|---|
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
[
"file" => "/home/reseauglass/preprod/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
"line" => 39
"function" => "getMetadataBag"
"class" => "Symfony\Component\HttpFoundation\Session\Session"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/vendor/symfony/security-bundle/Security.php"
"line" => 97
"function" => "getToken"
"class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/vendor/symfony/security-bundle/Security.php"
"line" => 52
"function" => "getToken"
"class" => "Symfony\Bundle\SecurityBundle\Security"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/src/EventSubscriber/AccessLoggerSubscriber.php"
"line" => 65
"function" => "getUser"
"class" => "Symfony\Bundle\SecurityBundle\Security"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
"line" => 115
"function" => "onKernelRequest"
"class" => "App\EventSubscriber\AccessLoggerSubscriber"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 206
"function" => "__invoke"
"class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/vendor/symfony/event-dispatcher/EventDispatcher.php"
"line" => 56
"function" => "callListeners"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
"line" => 126
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\EventDispatcher"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 159
"function" => "dispatch"
"class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/vendor/symfony/http-kernel/HttpKernel.php"
"line" => 76
"function" => "handleRaw"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/vendor/symfony/http-kernel/Kernel.php"
"line" => 193
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\HttpKernel"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
"line" => 35
"function" => "handle"
"class" => "Symfony\Component\HttpKernel\Kernel"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/vendor/autoload_runtime.php"
"line" => 32
"function" => "run"
"class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
"type" => "->"
]
[
"file" => "/home/reseauglass/preprod/public/index.php"
"line" => 5
"args" => [
"/home/reseauglass/preprod/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_PRICE | "29.90" |
| APP_SECRET | "a20841d033f6862333182aa90f96b6d6" |
| ASSET_BASE_URL | "" |
| BRIDGE_API_CALLS_ENABLED | "true" |
| BRIDGE_API_CLIENT_ID | "6d77d011996448459524d241638c34ec" |
| BRIDGE_API_CLIENT_SECRET | "Xmb70AEZIkzj50UwsPuvHLuVQMldxQ9gbXMbonirYqJHfudEhbFVCiWPBmexaTQo" |
| BRIDGE_API_SANDBOX_MODE | "true" |
| BRIDGE_API_URI | "https://api.bridgeapi.io/v3/" |
| BRIDGE_ENABLED | "true" |
| BRIDGE_WEBHOOK_ACCOUNT_CREATED_SECRET | "da1b923d-aefb-4a10-9909-edbf6de33935" |
| BRIDGE_WEBHOOK_ACCOUNT_UPDATED_SECRET | "395cc3dc-130f-41bd-8c9a-043ebd2d9f08" |
| BRIDGE_WEBHOOK_ITEM_CREATED_SECRET | "312dc490-c52c-495c-94d5-6329508708fa" |
| BRIDGE_WEBHOOK_ITEM_REFRESHED_SECRET | "38c0740d-481b-4c46-9ef5-68ba5a128825" |
| BRIDGE_WEBHOOK_TRUSTED_IPS | "63.32.31.5,52.215.247.62,34.249.92.209" |
| CLEARBUS_API_LOGIN | "api_access_preprod" |
| CLEARBUS_API_PASSWORD | "T@nger$2024!!" |
| CLEARBUS_API_URL | "https://clearbus-preprod-7yppf3luxq-od.a.run.app/" |
| CLEARBUS_COURIERS | "%kernel.project_dir%/clearbus/couriers" |
| CLEARBUS_ENABLED | "true" |
| CLEARBUS_ID | "192OL39" |
| CLEARBUS_OUTPUTS | "%kernel.project_dir%/clearbus/outputs" |
| CLEARBUS_PASSWORD | "Clearbus1" |
| CLEARBUS_SERVICE_CALL_ENABLED | "true" |
| CLEARBUS_TOTP_KEY | "HAFQEIRKAYEDC===" |
| CLEARBUS_TRACE_ENABLED | "true" |
| CORS_ALLOW_ORIGIN | "^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$" |
| DATABASE_URL | "postgresql://reso:T@nger2022!@127.0.0.1:54320/resoglass_preprod_2?serverVersion=13&charset=utf8" |
| ENABLE_MERCURE_PUSH | "true" |
| ENABLE_MERCURE_SUBSCRIBING | "false" |
| GOOGLE_API_KEY | "AIzaSyAHN7qqrzpzHDBT61e9XaH_BIFV8IOBeFw" |
| GOOGLE_APPLICATION_CREDENTIALS | "service-account-global.json" |
| GOOGLE_MAIL_CREDENTIALS | "service-account-gmail.json" |
| GOOGLE_RECAPTCHA | "6LcinowqAAAAAK6kgrPr8N4URJNsfs21DOIe_Qf8" |
| GOOGLE_USE_BUCKET | "false" |
| JWT_PASSPHRASE | "8d669c53591c9e5786316ec60e4e88afdd6cd71b08f9dc64f6772bd4787b687d" |
| JWT_PUBLIC_KEY | "%kernel.project_dir%/config/jwt/public.pem" |
| JWT_SECRET_KEY | "%kernel.project_dir%/config/jwt/private.pem" |
| LOCK_DSN | "semaphore" |
| MAILER_DSN | "smtp://localhost:1025" |
| MERCURE_JWT_SECRET | """ -----BEGIN PUBLIC KEY-----\n MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx8q6oLqK4S4o1K4PBglq\n J+R+VPs9/tRdHSwEJCZW4sY9dKEE5m/GB2OCafKtN7hqDA6FRpKItsfjlTpke3BR\n isk7TBusCJa5HImj49uroInUZlLuc1VVb+A0fieGdE4i8jcKajyFv95fdFTdJlZU\n WC3P86X1JiM7JFHcg6Owo2GbUUAS19/CGt9nGHEWJ3ucScd1HK3g8Gw6g/Q7k7yt\n kHrokDs/ipA6FokJdaEWh6UXBRm7jNYKVlUgWomHclHclJLgWQCg7N4OuMnUfb4V\n afZwkfG0fDympwf/2GnDGF3sGDwojoGwNTb3xBWfc82m+TQEDI2KPxcmASB4Vohh\n KQIDAQAB\n ------END PUBLIC KEY----- """ |
| MERCURE_PUBLIC_URL | "https://preprod.reseauglass.fr/hub/.well-known/mercure" |
| MERCURE_PUBLISHER_JWT_ALG | "RS256" |
| MERCURE_PUBLISH_URL | "https://preprod.reseauglass.fr/hub/.well-known/mercure" |
| MERCURE_SUBSCRIBER_JWT_ALG | "RS256" |
| MERCURE_TRANSPORT_URL | "local://local" |
| MERCURE_URL | "https://preprod.reseauglass.fr/hub/.well-known/mercure" |
| MESSENGER_TRANSPORT_DSN | "doctrine://default?auto_setup=0" |
| NEXT_PUBLIC_API_URL | "https://preprod.reseauglass.fr" |
| OPENAI_API_KEY | "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" |
| OPENAI_MODEL | "gpt-4o-mini" |
| OUTLOOK_CLIENT_ID | "095e18a4-34e7-4cb4-9786-44c3cc95748f" |
| OUTLOOK_CLIENT_SECRET | "92fbd183-3191-46fd-bc11-b68a46c0cfd1" |
| OUTLOOK_CLIENT_VALUE | "Ub_8Q~_XH0dQYTB3yAz9Bv1L3uAE9CJXpegzRdqK" |
| RAPIDAPI_HOST | "app.auto-ways.net/api/v1/fr" |
| RAPIDAPI_KEY | "pk_cedeab00848f3170fc1a8d1db4a68e38" |
| RINGOVER_API_KEY_ADEL | "" |
| RINGOVER_API_KEY_HELLOGLASS | "" |
| RINGOVER_API_KEY_RESEAUGLASS | "" |
| SES_AWS_ACCESS_KEY_ID | "AKIA2P6SJS7NQJI2PB77" |
| SES_AWS_SECRET_ACCESS_KEY | "BO2vwfHrn/ceTrScNskU/vun9PQZvXtBWhJMZBiKaGdG" |
| SIDEXA_AGREMENT | "01-D6-0100-999999-999-23" |
| SIDEXA_FEATURE_ENABLED | "true" |
| SIDEXA_GATEWAY_ENABLED | "true" |
| SIDEXA_ITR_ID | "FR917538944000137R" |
| SIDEXA_LOGIN | "sys" |
| SIDEXA_MIRROR_ENABLED | "true" |
| SIDEXA_PASSWD | "ea6f475930c26ed5d0511153f00a5152" |
| SIDEXA_REST_API | "https://wsrec.sidexa.com/wuarec/rest" |
| SIRENE_API_KEY | "39d31b0e-8920-41fe-931b-0e8920c1fe7f" |
| SIRENE_API_URI | "https://api.insee.fr/api-sirene/3.11/" |
| SIRENE_JETON_TOKEN | "57fe7ca0-f510-31c4-80a4-e5cf20da952f" |
| SIRENE_KEY_CONSUME | "p4yMCzK2gKAvvqCaIWj_aPYpOo8a" |
| SIRENE_KEY_SECRET | "MwuBSVGW2mMw5WlRoLMKFDu3Lv4a" |
| STRIPE_API_KEY | "sk_test_51LcoraKwIGxBSM3PX5u1UcaceAoFwNialJeJzxgVh0K0SS59NsgMenpGa2XjRtHqQINnxWpzMtZIRgV3kLSpGfEG00lMkRTJO7" |
| STRIPE_ENDPOINT_SECRET | "whsec_BVuWWydXqWZwIWdKk13876ds0PconVeo" |
| STRIPE_ID_TAXE | "txr_1LhX0iKwIGxBSM3PcPXKcLrJ" |
| TWILIO_ACCOUNT_SID | "ACc2df51d9359eacdeffe8d42fc922e858" |
| TWILIO_AUTH_TOKEN | "dfec4cc2a4c8d6670af79386ef18c45d" |
| TWILIO_DSN | "twilio://ACc2df51d9359eacdeffe8d42fc922e858:dfec4cc2a4c8d6670af79386ef18c45d@default?from=+12565884431" |
| TWILIO_SMS_FEATURE_ENABLED | "true" |
| TWILIO_SMS_FROM | "+12565884431" |
| TWILIO_WHATSAPP_DSN | "twilio://ACc2df51d9359eacdeffe8d42fc922e858:dfec4cc2a4c8d6670af79386ef18c45d@default?from=whatsapp:+14155238886" |
| TWILIO_WHATSAPP_FEATURE_ENABLED | "false" |
| TWILIO_WHATSAPP_FROM | "+14155238886" |
| YOUSIGN_API_URI | "https://api-sandbox.yousign.app/v3/" |
| YOUSIGN_API_V3_TOKEN | "ZrRANSBvG1Heiozr8zQAayMqG86Qpf98" |
| YOUSIGN_PRODUCTION | "0" |
| YOUSIGN_TOKEN | "fb7ecebed7979cbd095b35410a476a35" |
| YOUSIGN_URL_SIGN | "https://staging-app.yousign.com/procedure/sign?members=" |
| YOUSIGN_WEBHOOK | "https://preprod.reseauglass.fr/sign" |
Defined as regular env variables
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_PROJECT_DIR | "/home/reseauglass/preprod" |
| APP_RUNTIME | "Symfony\Component\Runtime\SymfonyRuntime" |
| APP_RUNTIME_OPTIONS | [ "project_dir" => "/home/reseauglass/preprod" ] |
| CONTENT_LENGTH | "1313" |
| CONTENT_TYPE | "application/json" |
| CONTEXT_DOCUMENT_ROOT | "/home/reseauglass/preprod/public" |
| CONTEXT_PREFIX | "" |
| DOCUMENT_ROOT | "/home/reseauglass/preprod/public" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/var/www" |
| HTTPS | "on" |
| HTTP_ACCEPT | "*/*" |
| HTTP_ACCEPT_ENCODING | "gzip" |
| HTTP_HOST | "preprod.reseauglass.fr" |
| HTTP_TRACEPARENT | "00-693bef5f00000000bcadd8c9d7e84ef7-55c08e3c875249bf-00" |
| HTTP_USER_AGENT | "Yousign Webhook Bot" |
| HTTP_X_DATADOG_PARENT_ID | "6179095079371819455" |
| HTTP_X_DATADOG_SAMPLING_PRIORITY | "0" |
| HTTP_X_DATADOG_TAGS | "_dd.p.tid=693bef5f00000000" |
| HTTP_X_DATADOG_TRACE_ID | "13595761211523747575" |
| HTTP_X_YOUSIGN_ISSUED_AT | "1765535583" |
| HTTP_X_YOUSIGN_RETRY | "0" |
| HTTP_X_YOUSIGN_SIGNATURE_256 | "sha256=654890c6d559e1b15f9bfe585b4b1849d15620f53e009ae24131dd484e659969" |
| PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
| PHP_SELF | "/index.php" |
| QUERY_STRING | "" |
| REMOTE_ADDR | "5.39.7.141" |
| REMOTE_PORT | "31571" |
| REQUEST_METHOD | "POST" |
| REQUEST_SCHEME | "https" |
| REQUEST_TIME | 1765535583 |
| REQUEST_TIME_FLOAT | 1765535583.592 |
| REQUEST_URI | "/sign" |
| SCRIPT_FILENAME | "/home/reseauglass/preprod/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "5.39.68.126" |
| SERVER_ADMIN | "[no address given]" |
| SERVER_NAME | "preprod.reseauglass.fr" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/1.1" |
| SERVER_SIGNATURE | "" |
| SERVER_SOFTWARE | "Apache" |
| SSL_TLS_SNI | "preprod.reseauglass.fr" |
| SYMFONY_DOTENV_PATH | "/home/reseauglass/preprod/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MAILER_DSN,LOCK_DSN,STRIPE_API_KEY,STRIPE_ENDPOINT_SECRET,STRIPE_ID_TAXE,APP_PRICE,YOUSIGN_API_URI,YOUSIGN_PRODUCTION,YOUSIGN_TOKEN,YOUSIGN_API_V3_TOKEN,YOUSIGN_WEBHOOK,YOUSIGN_URL_SIGN,SIRENE_JETON_TOKEN,SIRENE_API_URI,SIRENE_KEY_CONSUME,SIRENE_KEY_SECRET,SIRENE_API_KEY,GOOGLE_API_KEY,GOOGLE_APPLICATION_CREDENTIALS,GOOGLE_RECAPTCHA,GOOGLE_USE_BUCKET,GOOGLE_MAIL_CREDENTIALS,OUTLOOK_CLIENT_ID,OUTLOOK_CLIENT_SECRET,OUTLOOK_CLIENT_VALUE,SES_AWS_ACCESS_KEY_ID,SES_AWS_SECRET_ACCESS_KEY,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_PUBLISH_URL,MERCURE_TRANSPORT_URL,MERCURE_JWT_SECRET,MERCURE_PUBLISHER_JWT_ALG,MERCURE_SUBSCRIBER_JWT_ALG,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,ENABLE_MERCURE_SUBSCRIBING,ENABLE_MERCURE_PUSH,TWILIO_DSN,TWILIO_WHATSAPP_DSN,TWILIO_WHATSAPP_FROM,TWILIO_SMS_FROM,TWILIO_ACCOUNT_SID,TWILIO_AUTH_TOKEN,TWILIO_SMS_FEATURE_ENABLED,TWILIO_WHATSAPP_FEATURE_ENABLED,SIDEXA_ITR_ID,SIDEXA_LOGIN,SIDEXA_PASSWD,SIDEXA_AGREMENT,SIDEXA_REST_API,SIDEXA_FEATURE_ENABLED,SIDEXA_GATEWAY_ENABLED,SIDEXA_MIRROR_ENABLED,RINGOVER_API_KEY_RESEAUGLASS,RINGOVER_API_KEY_HELLOGLASS,RINGOVER_API_KEY_ADEL,CLEARBUS_ENABLED,CLEARBUS_TRACE_ENABLED,CLEARBUS_SERVICE_CALL_ENABLED,CLEARBUS_ID,CLEARBUS_PASSWORD,CLEARBUS_TOTP_KEY,BRIDGE_ENABLED,BRIDGE_API_CALLS_ENABLED,BRIDGE_API_SANDBOX_MODE,BRIDGE_API_URI,BRIDGE_API_CLIENT_ID,BRIDGE_API_CLIENT_SECRET,BRIDGE_WEBHOOK_TRUSTED_IPS,BRIDGE_WEBHOOK_ITEM_CREATED_SECRET,BRIDGE_WEBHOOK_ITEM_REFRESHED_SECRET,BRIDGE_WEBHOOK_ACCOUNT_CREATED_SECRET,BRIDGE_WEBHOOK_ACCOUNT_UPDATED_SECRET,CLEARBUS_API_URL,CLEARBUS_API_LOGIN,CLEARBUS_API_PASSWORD,CLEARBUS_COURIERS,CLEARBUS_OUTPUTS,CORS_ALLOW_ORIGIN,RAPIDAPI_HOST,RAPIDAPI_KEY,NEXT_PUBLIC_API_URL,ASSET_BASE_URL,OPENAI_API_KEY,OPENAI_MODEL" |
| USER | "www-data" |
| proxy-nokeepalive | "1" |