Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1974718
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
798 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/docker/coturn/rootfs/usr/local/bin/coturn.sh b/docker/coturn/rootfs/usr/local/bin/coturn.sh
index 73427969..45a7c476 100755
--- a/docker/coturn/rootfs/usr/local/bin/coturn.sh
+++ b/docker/coturn/rootfs/usr/local/bin/coturn.sh
@@ -1,19 +1,19 @@
#!/bin/bash
cd /tmp/
cat > ./turnserver.conf << EOF
external-ip=${TURN_PUBLIC_IP:-127.0.0.1}
listening-port=${TURN_LISTEN_PORT:-3478}
fingerprint
lt-cred-mech
max-port=${MAX_PORT:-65535}
min-port=${MIN_PORT:-40000}
pidfile="$(pwd)/turnserver.pid"
realm=openvidu
simple-log
-redis-userdb="ip=${REDIS_IP:-127.0.0.1} dbname=${DB_NAME:-2} connect_timeout=30"
+redis-userdb="ip=${REDIS_IP:-127.0.0.1} dbname=${DB_NAME:-2} password=${DB_PASSWORD:-turn} connect_timeout=30"
verbose
EOF
/usr/bin/turnserver -c ./turnserver.conf
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Sep 14, 6:29 PM (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
287392
Default Alt Text
(798 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment