71 lines
1.5 KiB
Plaintext
71 lines
1.5 KiB
Plaintext
# Mumble server configuration file for testing
|
|
|
|
# Database configuration
|
|
database=/data/mumble-server.sqlite
|
|
|
|
# Welcome message
|
|
welcometext="Welcome to the MumBullet Test Server"
|
|
|
|
# Server password (empty for no password)
|
|
serverpassword=testpass
|
|
|
|
# Maximum bandwidth (in bits per second) clients may use
|
|
bandwidth=128000
|
|
|
|
# Maximum number of concurrent clients allowed
|
|
users=100
|
|
|
|
# Regular expression used to validate channel names
|
|
channelname=[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+
|
|
|
|
# Regular expression used to validate user names
|
|
username=[-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+
|
|
|
|
# Maximum length of text messages in characters. 0 for no limit.
|
|
textmessagelength=5000
|
|
|
|
# Allow HTML in messages
|
|
allowhtml=true
|
|
|
|
# Set autoban duration for failed attempts, in seconds
|
|
autobantime=300
|
|
|
|
# Set autoban attempts, set to 0 to disable
|
|
autobancount=10
|
|
|
|
# Set autoban timeframe, in seconds
|
|
autobantime=300
|
|
|
|
# Default channel when users join the server
|
|
defaultchannel=0
|
|
|
|
# Enable bonjour service discovery
|
|
bonjour=False
|
|
|
|
# Maximum length of channel name
|
|
channellength=100
|
|
|
|
# Force clients to use certificate authentication
|
|
certrequired=False
|
|
|
|
# Maximum number of channels allowed
|
|
channelcount=100
|
|
|
|
# How deep the channel hierarchy can be
|
|
channelnestinglimit=10
|
|
|
|
# Maximum number of channels to operate on in a single transaction
|
|
channelfilterlinks=100
|
|
|
|
# Send voice to all channels the user is linked to
|
|
allowping=true
|
|
|
|
# User message limit per second
|
|
messagelimit=5
|
|
|
|
# Message burst limit per second
|
|
messageburst=10
|
|
|
|
# Create a Music channel
|
|
registerName=Music
|
|
registerPassword= |