# Sample application config generated by example-file.com
app:
  name: example-file
  environment: staging
  debug: false

server:
  host: 0.0.0.0
  port: 8080
  timeoutSeconds: 30

database:
  driver: postgres
  host: db.internal
  port: 5432
  name: app_db
  poolSize: 10

features:
  - search
  - uploads
  - i18n

logging:
  level: info
  destinations:
    - stdout
    - file
