https://admin.paynetics.dev/login

SecurityController :: login

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\SecurityController::login"
_firewall_context
"security.firewall.map.context.main"
_redirected
true
_route
"app_login"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"6b2ecd"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cookie
"sf_redirect=%7B%22token%22%3A%2217c2a6%22%2C%22route%22%3A%22dashboard_index%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CDashboardController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fadmin%5C%2Freleases%5C%2F295%5C%2Fsrc%5C%2FController%5C%2FDashboardController.php%22%2C%22line%22%3A53%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=c6t10qon41lnkqqfpg30o30kku"
host
"admin.paynetics.dev"
referer
"https://admin.paynetics.dev/"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-php-ob-level
"1"
x-request-id
"99406116-7630-442f-aff7-d4322bb5c611"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 28 Dec 2025 15:08:17 GMT"
x-debug-token
"ee4bad"
x-request-id
"99406116-7630-442f-aff7-d4322bb5c611"

Cookies

Request Cookies

Key Value
PHPSESSID
"c6t10qon41lnkqqfpg30o30kku"
sf_redirect
"{"token":"17c2a6","route":"dashboard_index","method":"GET","controller":{"class":"App\\Controller\\DashboardController","method":"index","file":"\/var\/www\/admin\/releases\/295\/src\/Controller\/DashboardController.php","line":53},"status_code":302,"status_text":"Found"}"

Response Cookies

No response cookies

Session 5

Session Metadata

Key Value
Created
"Sun, 28 Dec 25 15:08:16 +0000"
Last used
"Sun, 28 Dec 25 15:08:16 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-authenticate
"gx6QI-jKw-Dff59wi-f9v-5UgJl7xAnFzNuuM3kQVRs"
_security.main.target_path
"https://admin.paynetics.dev/"

Session Usage

5 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:43
[
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 43
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/src/Controller/SecurityController.php"
    "line" => 24
    "function" => "getLastAuthenticationError"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Http\Authentication\AuthenticationUtils:65
[
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/security-http/Authentication/AuthenticationUtils.php"
    "line" => 65
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/src/Controller/SecurityController.php"
    "line" => 26
    "function" => "getLastUsername"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:101
[
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 101
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 72
    "function" => "hasToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/form/FormRenderer.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/var/cache/dev/twig/a9/a9eb643ef1350e043419614bb84017f9.php"
    "line" => 161
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/twig/twig/src/Template.php"
    "line" => 387
    "function" => "doDisplay"
    "class" => "__TwigTemplate_2c95feaea89453d7159e071cfdf22e99"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/twig/twig/src/Template.php"
    "line" => 343
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 35
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/twig/twig/src/Environment.php"
    "line" => 320
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/src/Controller/SecurityController.php"
    "line" => 38
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage:88
[
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php"
    "line" => 88
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/security-csrf/CsrfTokenManager.php"
    "line" => 77
    "function" => "setToken"
    "class" => "Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/form/FormRenderer.php"
    "line" => 65
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Csrf\CsrfTokenManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/var/cache/dev/twig/a9/a9eb643ef1350e043419614bb84017f9.php"
    "line" => 161
    "function" => "renderCsrfToken"
    "class" => "Symfony\Component\Form\FormRenderer"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/twig/twig/src/Template.php"
    "line" => 387
    "function" => "doDisplay"
    "class" => "__TwigTemplate_2c95feaea89453d7159e071cfdf22e99"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/twig/twig/src/Template.php"
    "line" => 343
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 35
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/twig/twig/src/Environment.php"
    "line" => 320
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 258
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/src/Controller/SecurityController.php"
    "line" => 38
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "login"
    "class" => "App\Controller\SecurityController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Http\Firewall\ContextListener:195
[
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/security-http/Firewall/ContextListener.php"
    "line" => 195
    "function" => "remove"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\Security\Http\Firewall\ContextListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/admin/releases/295/public/index.php"
    "line" => 30
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ACCOUNT_SERVICE
"http://accounts.internal"
AML_SERVICE
"http://aml.internal"
APPLICATION_SERVICE
"http://applications.internal"
APP_ENV
"dev"
APP_SECRET
"1ed2346207f3eafe599c31ae5cd5ae17"
AWS_ACCESS_KEY_ID
"AKIA2KVR7BC5CQFTQBCX"
AWS_BUCKET_LINK
"https://ecommerce-public-dev.s3.eu-west-2.amazonaws.com"
AWS_BUCKET_NAME
"ecommerce-public-dev-v2"
AWS_REGION
"eu-central-1"
AWS_SECRET_ACCESS_KEY
"wyNQVVwFp3amyvakypMcXuneORwgvsKlAgZZJ5bJ"
BANK_PROXY_SERVICE
"http://bank-proxy.internal"
BIN_SERVICE
"http://bin-service-v2.dev"
CARD_SERVICE
"http://card.dev"
CLEAR_BANK_SERVICE
"http://clear-bank.payoo.cloud"
DATABASE_URL
"pgsql://ubuntu:9PKe.6S_;Bym4UC(I7[+@195.154.69.202:48027/dev-admin"
DOCUMENTATION_SERVICE
"http://documentation-service.internal"
DOCUMENT_SERVICE
"http://document.internal"
ECOMMERCE_ACQUIRING_GATEWAY_INTERNAL_INSTANCE
"payneticsToken"
ECOMMERCE_ACQUIRING_GATEWAY_INTERNAL_PASSWORD
"dev"
ECOMMERCE_ACQUIRING_SERVICE
"https://acquiring.paynetics.dev"
EHI_SERVICE
"http://ehi.internal"
IDENTIFICATION_SERVICE
"http://identifications.internal"
INSTANCE_SERVICE
"http://instances.internal"
ISSUING_GATEWAY_INTERNAL_INSTANCE
"payneticsToken"
ISSUING_GATEWAY_INTERNAL_PASSWORD
"f22010eccb869dc52ac52856f5852505"
ISSUING_GATEWAY_INTERNAL_PROCESSOR
"GPS"
ISSUING_SERVICE
"http://issuing.paynetics.dev"
KYC_SERVICE
"http://kyc.internal"
LIMITS_SERVICE
"http://limits-service.internal"
MAILER_URL
"null://localhost"
MERCHANT_SERVICE
"http://merchants.internal"
NOTIFICATION_SERVICE
"http://notifications.internal"
OPERATION_SERVICE
"operation-service.dev"
PAYOO
"https://payoo.paynetics.io"
PAYOO_ADMIN_URL
""
PAYOO_API_KEY
"a30ad7eb-e65e-4c32-b021-89336a94a470"
PEPS_SERVICE
"http://peps.internal"
QUEUE_SERVICE
"http://queue-service.dev"
RABBITMQ_URL
"amqp://admin:admin@51.158.76.132:5672"
RECURRING_SERVICE
""
REDIS_DSN
"redis://localhost"
REMITTANCE_SERVICE
"http://remittance.dev"
REPORTING_SERVICE
"http://reporting-service.test"
RISK_SERVICE
"http://risk-v3.internal"
RISK_SERVICE_V3
"http://risk-v3.internal"
TERMINAL_SERVICE
"http://terminals.internal"
TRANSACTION_SERVICE
"http://transactions.internal"
TRANSACTION_SERVICE_V2
"http://transactions-v2.dev"
TRULIOO_SERVICE
"http://trulioo.internal"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/admin/current/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/admin/current/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/ubuntu"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"sf_redirect=%7B%22token%22%3A%2217c2a6%22%2C%22route%22%3A%22dashboard_index%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CDashboardController%22%2C%22method%22%3A%22index%22%2C%22file%22%3A%22%5C%2Fvar%5C%2Fwww%5C%2Fadmin%5C%2Freleases%5C%2F295%5C%2Fsrc%5C%2FController%5C%2FDashboardController.php%22%2C%22line%22%3A53%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=c6t10qon41lnkqqfpg30o30kku"
HTTP_HOST
"admin.paynetics.dev"
HTTP_REFERER
"https://admin.paynetics.dev/"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
LD_LIBRARY_PATH
"/opt/oracle/instantclient10_1"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"admin.paynetics.dev"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/login"
REMOTE_ADDR
"216.73.216.142"
REMOTE_PORT
"7916"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1766934496
REQUEST_TIME_FLOAT
1766934496.7048
REQUEST_URI
"/login"
SCRIPT_FILENAME
"/var/www/admin/current/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"51.15.208.133"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"admin.paynetics.dev"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache Server at admin.paynetics.dev Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"admin.paynetics.dev"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MAILER_URL,AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,AWS_REGION,AWS_BUCKET_NAME,AWS_BUCKET_LINK,REDIS_DSN,APPLICATION_SERVICE,INSTANCE_SERVICE,IDENTIFICATION_SERVICE,TRANSACTION_SERVICE,TRANSACTION_SERVICE_V2,TERMINAL_SERVICE,MERCHANT_SERVICE,ACCOUNT_SERVICE,REPORTING_SERVICE,KYC_SERVICE,DOCUMENT_SERVICE,AML_SERVICE,CLEAR_BANK_SERVICE,PEPS_SERVICE,TRULIOO_SERVICE,QUEUE_SERVICE,ISSUING_SERVICE,PAYOO,PAYOO_API_KEY,BANK_PROXY_SERVICE,RECURRING_SERVICE,DOCUMENTATION_SERVICE,NOTIFICATION_SERVICE,LIMITS_SERVICE,RISK_SERVICE,PAYOO_ADMIN_URL,REMITTANCE_SERVICE,OPERATION_SERVICE,BIN_SERVICE,ECOMMERCE_ACQUIRING_SERVICE,RABBITMQ_URL,EHI_SERVICE,ISSUING_GATEWAY_INTERNAL_PASSWORD,ISSUING_GATEWAY_INTERNAL_PROCESSOR,ISSUING_GATEWAY_INTERNAL_INSTANCE,ECOMMERCE_ACQUIRING_GATEWAY_INTERNAL_PASSWORD,ECOMMERCE_ACQUIRING_GATEWAY_INTERNAL_INSTANCE,RISK_SERVICE_V3,CARD_SERVICE"
USER
"ubuntu"
proxy-nokeepalive
"1"