config.orig.toml 168 B

1234567891011
  1. [rabbitmq]
  2. host = '127.0.0.1'
  3. port = 5672
  4. user = 'www'
  5. password = 'change-me'
  6. virtual-host = 'testing'
  7. [redis]
  8. namespace = 'testing://'
  9. host = '127.0.0.1'
  10. port = 6371