config.orig.toml 291 B

12345678910111213141516
  1. [rabbitmq]
  2. host = '127.0.0.1'
  3. port = 5672
  4. user = 'www'
  5. password = 'change-me'
  6. virtual-host = 'testing'
  7. customer-timeout = 3600
  8. [redis]
  9. namespace = 'testing://'
  10. host = '127.0.0.1'
  11. port = 6371
  12. [app]
  13. api-url = 'http://127.0.0.1:8000/api'
  14. openai-proxy-url = 'http://localhost:4000/api/openai'