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

server:
  host: 0.0.0.0
  port: 4168
  workers: 2

database:
  host: db-master-3.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: 1LfO3oXR1FtT0c2GicCi8git
  pool_size: 24
  ssl_mode: require

redis:
  host: redis-1.internal
  port: 6379
  password: dIHGO00HMuLEDvki
  db: 0

aws:
  region: us-west-2
  access_key_id: AKIAH0V6VLNLIA63GWA1
  secret_access_key: SMLstVtrnMxJ1SMZ45neS/Kp3VCfBNEve0J7I0Ry
  s3_bucket: microservice-assets-prod

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