Configuration
This page will explain what each configuration section does and how to modify it
AUTH_TOKEN
AUTH_TOKENThis is the token you will use for as a key to access API routes such as Users, Network
Default: 1234
AUTH_PERMISSIONS
AUTH_PERMISSIONSPermission
Description
Default
AUTH_NETWORK_CONNECTIONS
Only allow connections from whitelisted IPS
true
WHITELISTED_NETWORKS
WHITELISTED_NETWORKSThis is a list of networks we allow to make connection!
SERVER_PORT
SERVER_PORTWhat server port are we starting the instance on
Default: 8080
MAX_THREADS
MAX_THREADSThe max amount of threads the instance is allowed to use for routing
Default: 4
MIN_THREADS
MIN_THREADSThe min amount of threads the instance is allowed to use for routing
Default: 1
THREAD_TIMEOUT
THREAD_TIMEOUTHow long does a thread stay active until it expires
Default: 30000
PRODUCTS
PRODUCTSA list of products you are distributing based on key identifier
Default Configuration File
Last updated