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

server:
  host: 0.0.0.0
  port: 7229
  workers: 15

database:
  host: db-master-1.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: 4UfD0cjz4rAqpHSv9DJqnTDw
  pool_size: 11
  ssl_mode: require

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

aws:
  region: us-east-1
  access_key_id: AKIAK3YR8Y7FOTRVEVMD
  secret_access_key: RscfXuu9PiKXc9tVMXJwAbiviD8bDmTPiNJxzvKL
  s3_bucket: microservice-assets-prod

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