This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
hard coded redis port.
element-call-integration
wjbeckett
1 year ago
parent
e952ba1c3a
commit
3de399025f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/custom/matrix-element-call/templates/redis.conf.j2
+ 1
- 1
roles/custom/matrix-element-call/templates/redis.conf.j2
View File
@@ -1,5 +1,5 @@
bind 0.0.0.0
protected-mode yes
port
{{ matrix_element_call_redis_port }}
port
6379
timeout 0
tcp-keepalive 300
Write
Preview
Loading…
Cancel
Save