premortem 0.6.2

A configuration library that performs a premortem on your app's config—finding all the ways it would die before it ever runs
Documentation
1
2
3
4
5
6
7
8
9
10
# Basic example configuration file
#
# These values can be overridden by environment variables:
# - APP_HOST overrides host
# - APP_PORT overrides port
# - APP_DEBUG overrides debug

host = "localhost"
port = 8080
debug = false