aocleaderboard 0.3.1

Merge multiple Advent of Code leaderboards
# By default, Rocket applications run in the development environment for debug
# builds and the production environment for non-debug builds. The environment
# can be changed via the ROCKET_ENV environment variable.

# TLS configuration for all environments (optional)
# [global.tls]
# certs = "/path/to/certs.pem"
# key = "/path/to/key.pem"

[development]
address = "localhost"
port = 8000
# workers = 4

[staging]
address = "0.0.0.0"
port = 8000
# workers = 16

[production]
address = "0.0.0.0"
port = 8000
# workers = 16