host: '0.0.0.0'
port: 3001
base_url: http://localhost:3000
driver:
  # localfs, s3, memory
  type: localfs
  options:
    root: var/root
  # type: s3
  # options:
  #   bucket: test
  #   credentials:
  #     accessKeyId: test
  #     secretAccessKey: password
  #   endpoint: http://localhost:9000
  #   forcePathStyle: true
  #   region: eu-west-1
context:
  type: sequelize
  options:
    type: sqlite
    storage: ff-context.db
# telemetry:
#   backend:
#     prometheus:
#       enabled: true