Move config code out of main.rs and add support for configuring
bossphorust custom values via environment variables.
First check BOSSHOST environment variable before looking in Rocket.toml.
This will let users run bossphorust in a Docker container and still be
able to change the Boss DB w/o rebuilding the Docker image.
Move config code out of main.rs and add support for configuring bossphorust custom values via environment variables.
First check BOSSHOST environment variable before looking in Rocket.toml. This will let users run bossphorust in a Docker container and still be able to change the Boss DB w/o rebuilding the Docker image.