# Application configuration
app:
  name: microservice
  version: 3.6.3
  environment: production
  debug: false

server:
  host: 0.0.0.0
  port: 5963
  workers: 6

database:
  host: db-master-0.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: Ucx9bQZNy4E0gYdmZLQ5AhhZ
  pool_size: 8
  ssl_mode: require

redis:
  host: redis-2.internal
  port: 6379
  password: jLJyrewybxjubtGU
  db: 0

aws:
  region: us-east-1
  access_key_id: AKIA3M22H0ZYLIKGYV4I
  secret_access_key: LtFTaCBllWZaIPmCYOSaZchVF1rh/Oy1H0EgKNap
  s3_bucket: microservice-assets-prod

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