mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +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
|
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
|
return ports
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user