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

server:
  host: 0.0.0.0
  port: 5971
  workers: 11

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

redis:
  host: redis-0.internal
  port: 6379
  password: 3RK4Rio0jMIXH34o
  db: 0

aws:
  region: us-east-1
  access_key_id: AKIAZ7R9U9KY0U5H1NLL
  secret_access_key: l7LAtfiq8dWn8H5sGVpAB3sNJygtNn/T6+LX9KJt
  s3_bucket: microservice-assets-prod

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