initialize
This commit is contained in:
commit
6c087a4d68
4 changed files with 70 additions and 0 deletions
23
murmur.ini.example
Normal file
23
murmur.ini.example
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Murmur configuration file.
|
||||
# See https://wiki.mumble.info/wiki/Murmur.ini for more options
|
||||
|
||||
# Path to database. If blank, will search for
|
||||
# murmur.sqlite in default locations or create it if not found.
|
||||
# database=/data/database.sqlite
|
||||
|
||||
# If Murmur is started as root, which user should it switch to?
|
||||
# This option is ignored if Murmur isn't started with root privileges.
|
||||
uname=murmur
|
||||
|
||||
# sslCert=/data/fullchain.pem
|
||||
# sslKey=/data/privkey.pem
|
||||
|
||||
users=200
|
||||
|
||||
bandwidth=130000
|
||||
suggestPushToTalk=true
|
||||
|
||||
registerName=changeme
|
||||
welcometext="welcome to this mumble docker testserver."
|
||||
# defaultchannel=8
|
||||
# rememberchannel=false
|
Loading…
Add table
Add a link
Reference in a new issue