Configuration

This page will explain what each configuration section does and how to modify it

AUTH_TOKEN

This is the token you will use for as a key to access API routes such as Users, Network Default: 1234

AUTH_PERMISSIONS

Permission
Description
Default

AUTH_NETWORK_CONNECTIONS

Only allow connections from whitelisted IPS

true

WHITELISTED_NETWORKS

This is a list of networks we allow to make connection!

SERVER_PORT

What server port are we starting the instance on Default: 8080

MAX_THREADS

The max amount of threads the instance is allowed to use for routing Default: 4

MIN_THREADS

The min amount of threads the instance is allowed to use for routing Default: 1

THREAD_TIMEOUT

How long does a thread stay active until it expires Default: 30000

PRODUCTS

A list of products you are distributing based on key identifier

Default Configuration File

Last updated