2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 23:48:24 +00:00

Merge branch 'develop' into staging

This commit is contained in:
Ankush Menat 2023-08-29 14:39:25 +05:30
commit 9dad3024f5

View File

@ -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