23 lines
541 B
Plaintext
23 lines
541 B
Plaintext
# In seconds
|
|
# Default 5 if nothing is provided or
|
|
# invalid value is provided
|
|
RESPONSE_TIMEOUT=5
|
|
|
|
# In seconds
|
|
# Default 60 if user doesn't interact
|
|
# within this timeframe
|
|
CLIENT_IDLE_TIMEOUT=60
|
|
|
|
# A valid port number
|
|
# If not provided or invalid, defaults to 65526
|
|
PORT=65526
|
|
|
|
# DEBUG, INFO, WARNING, ERROR, CRITICAL are valid
|
|
# If an invalid value is provided, the app defaults to INFO
|
|
VERBOSITY=DEBUG
|
|
|
|
# Colon (:) separated values.
|
|
# Only two port numbers must be provided
|
|
# Anything else results in an exit
|
|
SCAN_PORT_RANGE=65525:65535
|