-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathhttpserver.config
More file actions
15 lines (15 loc) · 812 Bytes
/
httpserver.config
File metadata and controls
15 lines (15 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#Set a fixed port. If no port is selected a random free port will be used
#serverPort=8787
# Use this to announce a different server name or IP address to the clients
# By default the setting "External Server IP Address" will be used for pack URLs
# This setting may be required when doing port forwarding in the router
#publicServerAddress=
# Use this to announce a different server port to the client
# By default the serverPort or the automaticly choosen port will be used
# This setting may be required when doing port forwarding in the router
#publicServerPort=
# Sets a different address for the HTTP server to bind to. Can be 0.0.0.0 to
# bind to all interfaces. Default is external ip in server settings.
#internalServerAddress=
# Maximum number of threads to server downloads in parallel
#maxThreads=50