mumbullet/test/fixtures/murmur.ini

69 lines
1.4 KiB
INI

# Mumble server configuration file for testing
# Basic server settings
database=/var/lib/mumble-server/mumble-server.sqlite
welcometext="<strong>Welcome to the MumBullet Test Server</strong><br/>This server is used for integration testing."
host=0.0.0.0
port=64738
# Server access
serverpassword=serverpassword
users=100
allowhtml=true
registerName=admin
registerPassword=adminpassword
# Channels configuration
# Root channel is always created automatically
# These register channels on first run
registerName=Music
registerPassword=
position=0
registerName=General
registerPassword=
position=1
registerName=Gaming
registerPassword=
position=2
# Create subchannels
registerName=Music/Subroom1
registerPassword=
position=0
registerName=Music/Subroom2
registerPassword=
position=1
registerName=General/Subroom3
registerPassword=
position=0
# Default channel (Root channel is always id 0)
defaultchannel=1 # Music channel
# User settings
username=[-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+
textmessagelength=5000
imagemessagelength=131072
allowhtml=true
# Bandwidth settings
bandwidth=128000
# Log settings
logfile=
# Registration
# Allow users to register themselves
registerself=true
# Don't require registration to join
registerpassword=false
# Security
# Automatically ban IPs with more than 10 failed attempts in 120 seconds for 300 seconds
autobanAttempts=10
autobanTimeframe=120
autobanTime=300