config.yml 345 B

1234567891011
  1. bind: '0.0.0.0:3021'
  2. logging:
  3. level: 'debug'
  4. format: 'pretty'
  5. enable_backtraces: true
  6. # explicitly disable caches as it's not something we want in tests. in
  7. # development it may be less ideal. perhaps we should do the same thing as we
  8. # do with relay one day (one container per test/session), although that will be
  9. # slow
  10. cache_dir: null