wspr_cdk 0.0.8

This crate provides an abstraction that allows you to do analysis on wspr's real time spot data.
Documentation
[default]
address = "0.0.0.0"
port = 8000
workers = 4
max_blocking = 512
keep_alive = 5
ident = "Rocket"
ip_header = "X-Real-IP"                                  # set to `false` to disable
log_level = "critical"
temp_dir = "/tmp"
cli_colors = true
secret_key = "hPrYyЭRiMyµ5sBB1π+CMæ1køFsåqKvBiQJxBVHQk="

[default.limits]
form = "64 kB"
json = "500 MiB"
msgpack = "500 MiB"
"file/jpg" = "5 MiB"

[default.tls]
certs = "path/to/cert-chain.pem"
key = "path/to/key.pem"

[default.shutdown]
ctrlc = true
signals = ["term", "hup"]
grace = 5
mercy = 5

###################################

[release]
address = "0.0.0.0"
port = 8000
workers = 4
max_blocking = 512
keep_alive = 5
ident = "Rocket"
ip_header = "X-Real-IP"                                  # set to `false` to disable
log_level = "critical"
temp_dir = "/tmp"
cli_colors = true
secret_key = "hPrYyЭRiMyµ5sBB1π+CMæ1køFsåqKvBiQJxBVHQk="

[release.limits]
form = "64 kB"
json = "500 MiB"
msgpack = "500 MiB"
"file/jpg" = "5 MiB"

[release.tls]
certs = "path/to/cert-chain.pem"
key = "path/to/key.pem"

[release.shutdown]
ctrlc = true
signals = ["term", "hup"]
grace = 5
mercy = 5