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
# Development environment configuration
#
# Inherits from base.toml, overrides specific values for development

host = "localhost"
port = 3000
debug = true
log_level = "debug"
max_connections = 10