Add TeamSpeak 3 Config (#38)
* Add TeamSpeak 3 Config (draft) This is the draft of the TeamSpeak 3 config. * Overhaul the config * Update teamspeak3.kvp * Getting closer, but also tired * Update teamspeak3.kvp * Port changes, Config file changes, Telnet setup * That ain't no damn ini file. It's just a plain old kvp and it is my worst enemy now. Time for a break. * Making settings file match default values * Greelan's OCD changes. ;)
This commit is contained in:
37
teamspeak3server.ini
Normal file
37
teamspeak3server.ini
Normal file
@@ -0,0 +1,37 @@
|
||||
machine_id=
|
||||
default_voice_port=9987
|
||||
voice_ip=0.0.0.0
|
||||
licensepath=teamspeak3-server_win64/
|
||||
filetransfer_port=30033
|
||||
filetransfer_ip=0.0.0.0
|
||||
query_port=10011
|
||||
query_ip=0.0.0.0
|
||||
query_ip_allowlist=query_ip_allowlist.txt
|
||||
query_ip_denylist=query_ip_denylist.txt
|
||||
serveradmin_password=
|
||||
dbplugin=ts3db_sqlite3
|
||||
dbpluginparameter=
|
||||
dbsqlpath=sql/
|
||||
dbsqlcreatepath=create_sqlite/
|
||||
dbconnections=10
|
||||
logpath=logs/
|
||||
logquerycommands=0
|
||||
dbclientkeepdays=90
|
||||
logappend=0
|
||||
query_skipbruteforcecheck=0
|
||||
query_buffer_mb=20
|
||||
http_proxy=
|
||||
license_accepted=1
|
||||
serverquerydocs_path=serverquerydocs/
|
||||
query_ssh_ip=0.0.0.0
|
||||
query_ssh_port=10022
|
||||
query_protocols=raw
|
||||
query_ssh_rsa_host_key=ssh_host_rsa_key
|
||||
query_timeout=300
|
||||
query_http_ip=0.0.0.0
|
||||
query_http_port=10080
|
||||
query_https_ip=0.0.0.0
|
||||
query_https_port=10443
|
||||
query_pool_size=2
|
||||
mmdbpath=
|
||||
logquerytiminginterval=0
|
||||
Reference in New Issue
Block a user