37 lines
894 B
JSON
37 lines
894 B
JSON
{
|
|
"allow_reads_during_maintenance": true,
|
|
"auto_update": false,
|
|
"background_workers": 8,
|
|
"background_process_niceness": "19",
|
|
"default_site": "frappe.cloud",
|
|
"disable_global_search": true,
|
|
"dns_multitenant": true,
|
|
"email_queue_batch_size": 100,
|
|
"file_watcher_port": 6787,
|
|
"frappe_user": "frappe",
|
|
"gunicorn_workers": 32,
|
|
"http_timeout": 60,
|
|
"maintenance_mode": 0,
|
|
"pause_scheduler": 0,
|
|
"rebase_on_pull": false,
|
|
"redis_cache": "redis://localhost:13000",
|
|
"redis_queue": "redis://localhost:11000",
|
|
"redis_socketio": "redis://localhost:13000",
|
|
"restart_supervisor_on_update": true,
|
|
"restart_systemd_on_update": false,
|
|
"scheduler_interval": 300,
|
|
"scheduler_tick_interval": 1,
|
|
"server_script_enabled": 1,
|
|
"socketio_port": 9000,
|
|
"update_bench_on_update": true,
|
|
"webserver_port": 8000,
|
|
"workers": {
|
|
"sync": {
|
|
"timeout": 300
|
|
},
|
|
"build": {
|
|
"timeout": 2400
|
|
}
|
|
}
|
|
}
|