# Razorfy Configuration file # set to 1 to enable debug logging (Default 0) RAZORFY_DEBUG = 0 # max number of threads to use (Default 200) RAZORFY_MAXTHREADS = 200 # bind razorfy default to local ip address (127.0.0.1) # use :: for all (dual stack), 0.0.0.0 (all ipv4), ::1 localhost v6only, 127.0.0.1 localhost ipv4 RAZORFY_BINDADDRESS = 127.0.0.1 # tcp port to use RAZORFY_BINDPORT = 11342