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
Update redis.conf.j2
element-call-integration
Backslash
1 year ago
committed by
GitHub
parent
f306a47b83
commit
dfeca192ab
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
roles/custom/matrix-element-call/templates/redis.conf.j2
+ 2
- 2
roles/custom/matrix-element-call/templates/redis.conf.j2
View File
@@ -1,5 +1,5 @@
bind 0.0.0.0
protected-mode yes
port
6379
port
{{ matrix_element_call_redis_port }}
timeout 0
tcp-keepalive 300
tcp-keepalive 300
Write
Preview
Loading…
Cancel
Save