Skip to content

Commit c6a7c34

Browse files
committed
conf(ansible/dockercompose): fix broadcasthub config
1 parent 902fc18 commit c6a7c34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/ansible/roles/tinedockercompose/templates/broadcasthub.inc.php.j2

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ return [
33
'broadcasthub' => [
44
'active' => true,
55
'url' => '{{ tinedockercompose_broadcasthub_url }}',
6-
'pubsubname' => 'redis://cache:6379:broadcasthub',
6+
# should not be required in single TENANCY MODE
7+
#'pubsubname' => 'redis://cache:6379:broadcasthub',
78
'redis' => [
8-
'host' => 'redis://cache:6379',
9+
'host' => 'cache',
910
],
1011
],
1112
];

0 commit comments

Comments
 (0)