mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Proxy port is now an integer in the default configuration
This commit is contained in:
parent
bcc8f5968e
commit
06dc26e962
@ -26,6 +26,6 @@ no_streaming = boolean(default=False)
|
|||||||
[proxy]
|
[proxy]
|
||||||
type = string(default="Direct connection")
|
type = string(default="Direct connection")
|
||||||
server = string(default="")
|
server = string(default="")
|
||||||
port = string(default="")
|
port = integer(default=8080)
|
||||||
user = string(default="")
|
user = string(default="")
|
||||||
password = string(default="")
|
password = string(default="")
|
Loading…
Reference in New Issue
Block a user