forked from frappe/press
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon_site_config.json
More file actions
32 lines (32 loc) · 825 Bytes
/
common_site_config.json
File metadata and controls
32 lines (32 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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,
"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
}
}
}