# Application configuration
app:
  name: api-server
  version: 3.8.7
  environment: production
  debug: false

server:
  host: 0.0.0.0
  port: 6443
  workers: 17

database:
  host: db-master-1.internal
  port: 5432
  name: api-server_production
  username: app_user
  password: bzVDRRoInp3rt0IlUhVV7qK8
  pool_size: 10
  ssl_mode: require

redis:
  host: redis-0.internal
  port: 6379
  password: 0cpnQaN1BApyoj5o
  db: 0

aws:
  region: us-east-1
  access_key_id: AKIAP4ISRLYOSMOYN0W2
  secret_access_key: H+KW893Ai/bnSq3mzrkdcQOBRYgfsLmzrcGHFNDM
  s3_bucket: api-server-assets-prod

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