# Web server configuration
#
# This configuration file demonstrates web server settings that can be
# validated and loaded using premortem before the server starts.
# Server settings
= "127.0.0.1"
= 3000
# TLS configuration (optional)
# tls_cert = "/path/to/cert.pem"
# tls_key = "/path/to/key.pem"
# Request limits
= 10
= 30
# Connection pool settings
= 1000
= 60
# API settings
= "/api/v1"
= ["http://localhost:3000", "http://localhost:8080"]
# Rate limiting
= 100
= 60
# Logging
= "info"
= "json"