autumn-cli 0.1.0

CLI tool for the Autumn web framework
# Autumn configuration
# All values shown are defaults — uncomment and change as needed.

[server]
host = "127.0.0.1"
port = 3000
# shutdown_timeout_secs = 30

[log]
level = "info"
# format = "Auto"  # Auto | Pretty | Json

[health]
path = "/health"

# Uncomment to configure database:
# [database]
# url = "postgres://user:pass@localhost:5432/{{crate_name}}"
# pool_size = 10
# connect_timeout_secs = 5