# Example Configuration File
# This is a sample config to demonstrate the download shortcode.

server:
  host: 0.0.0.0
  port: 8080
  workers: 4

database:
  driver: postgres
  host: db.knutlabs.local
  port: 5432
  name: app_production
  pool_size: 20

logging:
  level: info
  format: json
  output: /var/log/app/server.log

