Update TeamSpeak 3 License Path (#240)
* Update TeamSpeak 3 License Path Small fix to adjust the default License Path value to be blank, matching the working directory. * Update teamspeak3config.json
This commit is contained in:
parent
f1dd7c5bee
commit
38bcb44b08
@ -196,7 +196,7 @@
|
||||
},
|
||||
{
|
||||
"DisplayName": "License File Path",
|
||||
"Description": "The physical path where your license file is located.",
|
||||
"Description": "The physical path where your license file is located. You must replace the existing \"licensekey.dat\" file with the one provided after purchasing. This file can be found in File Manager inside the instance.",
|
||||
"Category": "Server Settings",
|
||||
"Keywords": "license,path",
|
||||
"FieldName": "licensepath",
|
||||
@ -204,7 +204,7 @@
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "licensepath",
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "teamspeak3-server_win64/",
|
||||
"DefaultValue": "",
|
||||
"EnumValues": {}
|
||||
},
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
machine_id=
|
||||
default_voice_port=9987
|
||||
voice_ip=0.0.0.0
|
||||
licensepath=teamspeak3-server_win64/
|
||||
licensepath=
|
||||
filetransfer_port=30033
|
||||
filetransfer_ip=0.0.0.0
|
||||
query_port=10011
|
||||
|
Loading…
Reference in New Issue
Block a user