Settings

Resources

RESOURCES_STORAGE_BACKEND

Default: FileBasedStorage class

As Django supports file storage abstraction, adminitrators of nodes could choose instead to use other storage means such as NAS, SANs, Cloud based (S3), FTP, Samba, etc.

RESOURCES_FILESTORAGE_LOCATION

Default: resource_storage

This setting relates exclusively to the FileBaseStorage class and detemines where in the physical disk are the node files going to be stored.

Core

CORE_KEYSERVERS

Default: ['peer.to']

The list of key server that the node will query for public keys to verify resources. This setting option may be eliminated in the future when OpenRelay supports storing and replicating of public keys without using centralize key servers.

API

SERVER_IPADDRESS

Default: Computer’s current IP address

TCP/IP port where the UI and API can be accessed.

SERVER_PORT

Default: 8000

TCP/IP port where the UI and API can be accessed.

SERVER_HEARTBEAT_QUERY_INTERVAL

Default: 10

Time interval in seconds to perform heartbeat checks on other OpenRelay nodes.

SERVER_INVENTORY_QUERY_INTERVAL

Default: 11

Time interval in seconds to perform an inventory hash checks on other OpenRelay nodes.

SERVER_HEARTBEAT_FAILURE_THRESHOLD

Default: 30

Amount of failed heartbeat attempts before removing a node for the active list.

Project Versions

Table Of Contents

Previous topic

Installation

Next topic

Development

This Page