mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 00:37:51 +00:00
Merge branch 'staging' into v5.x
This commit is contained in:
commit
9c41260ba1
@ -129,6 +129,10 @@ def make_ports(bench_path):
|
||||
|
||||
ports[key] = value
|
||||
|
||||
# Backward compatbility: always keep redis_cache and redis_socketio port same
|
||||
# Note: not required from v15
|
||||
ports["redis_socketio"] = ports["redis_cache"]
|
||||
|
||||
return ports
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user