; Sample INI configuration file
[database]
host = localhost
port = 5432
name = myapp_production
max_connections = 100
[server]
host = 0.0.0.0
port = 8080
workers = 4
debug = false
[logging]
level = info
file = /var/log/myapp.log
format = json
[cache]
enabled = true
ttl = 3600
backend = redis