Update murmur.ini.tmpl

This commit is contained in:
Sebastian Hugentobler 2016-10-31 11:40:55 +01:00 committed by GitHub
parent a3a07bfca3
commit 90ed5b6524

View File

@ -85,7 +85,7 @@ pidfile=/var/run/murmur/murmur.pid
# configure it here than through D-Bus or Ice. # configure it here than through D-Bus or Ice.
# #
# Welcome message sent to clients when they connect. # Welcome message sent to clients when they connect.
welcometext="{{getenv "WELCOMETEXT"}}" welcometext="{{getenv "WELCOME_TEXT"}}"
# Port to bind TCP and UDP sockets to. # Port to bind TCP and UDP sockets to.
port=64738 port=64738
@ -95,14 +95,14 @@ port=64738
#host= #host=
# Password to join server. # Password to join server.
serverpassword={{getenv "SERVERPASSWORD"}} serverpassword={{getenv "SERVER_PASSWORD"}}
# Maximum bandwidth (in bits per second) clients are allowed # Maximum bandwidth (in bits per second) clients are allowed
# to send speech at. # to send speech at.
bandwidth={{getenv "MAXBANDWIDTH"}} bandwidth={{getenv "MAX_BANDWIDTH" "72000"}}
# Maximum number of concurrent clients allowed. # Maximum number of concurrent clients allowed.
users={{getenv "MAXUSERS"}} users={{getenv "MAX_USERS" "20"}}
# Amount of users with Opus support needed to force Opus usage, in percent. # Amount of users with Opus support needed to force Opus usage, in percent.
# 0 = Always enable Opus, 100 = enable Opus if it's supported by all clients. # 0 = Always enable Opus, 100 = enable Opus if it's supported by all clients.
@ -157,8 +157,8 @@ users={{getenv "MAXUSERS"}}
# If you have a proper SSL certificate, you can provide the filenames here. # If you have a proper SSL certificate, you can provide the filenames here.
# Otherwise, Murmur will create it's own certificate automatically. # Otherwise, Murmur will create it's own certificate automatically.
sslCert=/etc/ssl/murmur/fullchain.pem sslCert=/etc/ssl/murmur/{{getenv "CERT_NAME" "fullchain.pem"}}
sslKey=/etc/ssl/murmur/privkey.pem sslKey=/etc/ssl/murmur/{{getenv "KEY_NAME" "privkey.pem"}}
# The sslCiphers option chooses the cipher suites to make available for use # The sslCiphers option chooses the cipher suites to make available for use
# in SSL/TLS. This option is server-wide, and cannot be set on a # in SSL/TLS. This option is server-wide, and cannot be set on a
@ -196,4 +196,4 @@ uname=murmur
# #
[Ice] [Ice]
Ice.Warn.UnknownProperties=1 Ice.Warn.UnknownProperties=1
Ice.MessageSizeMax=65536 Ice.MessageSizeMax=65536