nu/.env.example

19 lines
459 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
# 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