# Application configuration
app:
  name: api-server
  version: 4.5.9
  environment: production
  debug: false

server:
  host: 0.0.0.0
  port: 7991
  workers: 13

database:
  host: db-master-0.internal
  port: 5432
  name: api-server_production
  username: app_user
  password: BEZVXvwEIw9KPZqp2KkKOAOW
  pool_size: 13
  ssl_mode: require

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

aws:
  region: ap-southeast-1
  access_key_id: AKIAJ2SP6SV1ZTYQR83J
  secret_access_key: 751BYStPXaBweQHO+HPjNuVrs/XI90q41eOwO3Zp
  s3_bucket: api-server-assets-prod

logging:
  level: info
  format: json
  output: /var/log/api-server/app.log
