instrumentality 0.3.0

A data aggregation platform.
Documentation
[content_types]
PLATFORM_1 = ["post", "story"]
PLATFORM_2 = ["scrobble"]

[presence_types]
PLATFORM_1 = ["live"]
PLATFORM_2 = ["listening_now"]
PLATFORM_3 = ["streaming"]

[mongodb]
address = "127.0.0.1"
port = "27017"
database = "instrumentality"

[settings]
log_level = "INFO"
# Unusually short queue_timeout_secs so we aren't waiting 30 seconds for 
# integration tests that require queue timeouts.
queue_timeout_secs = 1

[network]
address = "127.0.0.1"
port = "8000"

[tls]
# Can be taken directly from Let's Encrypt.
cert = "tls/cert.pem"
key = "tls/privkey.pem"