HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/quadcode.com/builds/-DFbjr9L/0/foach/quadcode.com/.deploy/templates/server.json.j2
{
  "apps": [{
    "name": "{{ project_path }}",
    "script": "./build/index.js",
    "cwd": "{{ ansistrano_deploy_to }}/current/",
    "error_file": "{{ ansistrano_deploy_to }}/log.err.log",
    "out_file": "{{ ansistrano_deploy_to }}/log.out.log",
    "instances": "max",
    "exec_mode": "cluster",
    "wait_ready": true,
    "listen_timeout": 6000,
    "env": {
      "PUBLIC_RECAPTCHA_SITE_KEY": "{{ lookup('env', 'RECAPTCHA_SITE_KEY', default='6Le4vmApAAAAAA_8SzNghX2ebAP7hqQ3BTKBGVfB') }}",
      "PUBLIC_RECAPTCHA_SECRET": "{{ lookup('env', 'RECAPTCHA_SECRET', default='6Le4vmApAAAAAHYMCzU-dPl1WKRdRY2TQDXrKoU-') }}",
      "PUBLIC_API_KEY": "{{ lookup('env', 'PUBLIC_API_KEY') }}",
      "PUBLIC_WP_URL": "{{ env_public_wp_url | d('https://quadcodewordpressapi.foach.site') }}",
      "PUBLIC_SITE_NAME": "{{ env_public_site_name | d('https://quadcode.com') }}",
      "PUBLIC_BITRIX24_HOST": "{{ env_public_bitrix24_host | d('https://qudecode.bitrix24.eu') }}",
      "PUBLIC_BITRIX24_USER_ID":"{{ lookup('env', 'BITRIX24_USER_ID') }}",
      "PUBLIC_BITRIX24_TOKEN": "{{ lookup('env', 'BITRIX24_TOKEN') }}",
    }
  }]
}