provisioning-code/.ncl-cache/6276a78e1d9cdff57e77ad7ea9907694d7c5416fcd3255ed83b162bb92eaa8f2.json

237 lines
5.6 KiB
JSON
Raw Permalink Normal View History

{
"n8n": {
"app_name": "n8n Workflow Automation",
"bin_path": "/usr/local/bin/n8n",
"cache": {
"db": 0,
"enabled": false,
"host": "127.0.0.1",
"max_retries": 3,
"port": 6379,
"retry_delay": 1000,
"tls": false,
"typ": "redis"
},
"config_file": ".env",
"credentials_encrypted": true,
"db": {
"connection_timeout": 5,
"idle_timeout": 900,
"max_connections": 20,
"name": "n8n",
"path": "/var/lib/n8n/database.sqlite",
"pool_size": 10,
"typ": "sqlite"
},
"disable_production_webhooks_on_init": true,
"domain": "localhost",
"etc_path": "/etc/n8n",
"execution": {
"max_concurrent": 5,
"max_execution_history": 5000,
"push_backend": "websocket",
"save_execution_progress": true,
"save_failed_executions": true,
"save_successful_executions": false,
"timeout": 300
},
"http_addr": "127.0.0.1",
"http_port": 5678,
"language": "en",
"log_level": "info",
"log_path": "/var/log/n8n",
"name": "n8n",
"node_max_old_space_size": 2048,
"protocol": "http",
"queue": {
"concurrency": 5,
"db": 1,
"enabled": false,
"host": "127.0.0.1",
"max_queue_size": 1000,
"port": 6379,
"typ": "redis"
},
"run_user": {
"group": "n8n",
"home": "/var/lib/n8n",
"name": "n8n",
"shell": "/bin/bash"
},
"ssl": {
"enabled": false,
"insecure_skip_verify": false
},
"timezone": "UTC",
"version": "latest",
"webhook": {
"enabled": true,
"hmac_enabled": false,
"max_requests_per_minute": 120,
"timeout": 30
},
"work_path": "/var/lib/n8n",
"worker_threads": 4
},
"n8n_https": {
"app_name": "n8n Workflow Automation",
"bin_path": "/usr/local/bin/n8n",
"cache": {
"db": 0,
"enabled": false,
"host": "127.0.0.1",
"max_retries": 3,
"port": 6379,
"retry_delay": 1000,
"tls": false,
"typ": "redis"
},
"config_file": ".env",
"credentials_encrypted": true,
"db": {
"connection_timeout": 5,
"idle_timeout": 900,
"max_connections": 20,
"name": "n8n",
"path": "/var/lib/n8n/database.sqlite",
"pool_size": 10,
"typ": "sqlite"
},
"disable_production_webhooks_on_init": true,
"domain": "localhost",
"etc_path": "/etc/n8n",
"execution": {
"max_concurrent": 5,
"max_execution_history": 5000,
"push_backend": "websocket",
"save_execution_progress": true,
"save_failed_executions": true,
"save_successful_executions": false,
"timeout": 300
},
"hsts_enabled": true,
"hsts_max_age": 31536000,
"http_addr": "127.0.0.1",
"http_port": 5678,
"language": "en",
"log_level": "info",
"log_path": "/var/log/n8n",
"name": "n8n",
"node_max_old_space_size": 2048,
"protocol": "https",
"queue": {
"concurrency": 5,
"db": 1,
"enabled": false,
"host": "127.0.0.1",
"max_queue_size": 1000,
"port": 6379,
"typ": "redis"
},
"run_user": {
"group": "n8n",
"home": "/var/lib/n8n",
"name": "n8n",
"shell": "/bin/bash"
},
"ssl": {
"cert_file": "/etc/n8n/certs/fullchain.pem",
"enabled": true,
"insecure_skip_verify": false,
"key_file": "/etc/n8n/certs/privkey.pem"
},
"timezone": "UTC",
"version": "latest",
"webhook": {
"enabled": true,
"hmac_enabled": false,
"max_requests_per_minute": 120,
"timeout": 30
},
"work_path": "/var/lib/n8n",
"worker_threads": 4
},
"n8n_postgresql_redis": {
"app_name": "n8n Workflow Automation",
"bin_path": "/usr/local/bin/n8n",
"cache": {
"db": 0,
"enabled": true,
"host": "localhost",
"max_retries": 3,
"port": 6379,
"retry_delay": 1000,
"tls": false,
"typ": "redis"
},
"config_file": ".env",
"credentials_encrypted": true,
"db": {
"charset": "utf8",
"connection_timeout": 5,
"host": "localhost:5432",
"idle_timeout": 900,
"max_connections": 20,
"name": "n8n_prod",
"pool_size": 10,
"port": 5432,
"ssl_mode": "disable",
"typ": "postgres",
"user": "n8n"
},
"disable_production_webhooks_on_init": true,
"domain": "localhost",
"etc_path": "/etc/n8n",
"execution": {
"max_concurrent": 20,
"max_execution_history": 10000,
"push_backend": "websocket",
"save_execution_progress": true,
"save_failed_executions": true,
"save_successful_executions": false,
"timeout": 300
},
"hsts_enabled": true,
"hsts_max_age": 31536000,
"http_addr": "127.0.0.1",
"http_port": 5678,
"language": "en",
"log_level": "info",
"log_path": "/var/log/n8n",
"name": "n8n",
"node_max_old_space_size": 2048,
"protocol": "https",
"queue": {
"concurrency": 10,
"db": 1,
"enabled": true,
"host": "localhost",
"max_queue_size": 1000,
"port": 6379,
"typ": "redis"
},
"run_user": {
"group": "n8n",
"home": "/var/lib/n8n",
"name": "n8n",
"shell": "/bin/bash"
},
"ssl": {
"cert_file": "/etc/n8n/certs/fullchain.pem",
"enabled": true,
"insecure_skip_verify": false,
"key_file": "/etc/n8n/certs/privkey.pem"
},
"timezone": "UTC",
"version": "latest",
"webhook": {
"enabled": true,
"hmac_enabled": false,
"max_requests_per_minute": 120,
"timeout": 30
},
"work_path": "/var/lib/n8n",
"worker_threads": 4
}
}