Updated ProxyBot application.properties (markdown)
parent
add92cb7ff
commit
8231be684d
|
@ -1,5 +1,13 @@
|
||||||
# Application properties. The important stuff
|
# Application properties. The important stuff
|
||||||
|
|
||||||
|
The default ports that are used by ProxyBot
|
||||||
|
If these are not set in the file, the values below will be used by default
|
||||||
|
Change these values if you want to start a second instance of ProxyBot on the same machine
|
||||||
|
Additionally you can also set server.additionalPort = 0 to disable this port
|
||||||
|
server.port is always HTTPS
|
||||||
|
`server.port = 443`
|
||||||
|
`server.additionalPort = 8081`
|
||||||
|
|
||||||
Set this to true to make use of the Premium features and ProxyBot standalone bot
|
Set this to true to make use of the Premium features and ProxyBot standalone bot
|
||||||
`server.botMode = false`
|
`server.botMode = false`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue