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

server:
  host: 0.0.0.0
  port: 3152
  workers: 4

database:
  host: db-master-3.internal
  port: 5432
  name: microservice_production
  username: app_user
  password: MFranOPefrPOzmthiqSzZOaX
  pool_size: 23
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAP8DDCO4A65JSU0B9
  secret_access_key: Yi8CG/YgZ/OneCRVHM2Ii3FLyOgKD5GX1XKycVS7
  s3_bucket: microservice-assets-prod

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