# Server Configuration Settings
host_address = 192.168.1.100
port = 8080
max_connections = 500
timeout_ms = 30000

[Database]
db_name = production_db
username = admin
password = ********
pool_size = 25
max_retries = 3

[Logging]
log_level = INFO
log_path = /var/log/app
rotate_size = 10MB
keep_days = 30

[Cache]
enable_cache = true
cache_type = redis
ttl_seconds = 3600
max_items = 10000