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

server:
  host: 0.0.0.0
  port: 7691
  workers: 9

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

redis:
  host: redis-0.internal
  port: 6379
  password: K0gtgTnIGOISxEA1
  db: 0

aws:
  region: eu-west-1
  access_key_id: AKIABGZUNWT4GR35EN60
  secret_access_key: t+sP2W5nQYqXId2JeK+O5Ho6G3YMotZjULB9fVTA
  s3_bucket: microservice-assets-prod

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