hello-world-mongo.yml 455 B

12345678910111213141516171819202122232425
  1. server:
  2. type: simple
  3. applicationContextPath: /
  4. connector:
  5. type: http
  6. port: 9090
  7. useServerHeader: true
  8. # There is no proxy in front of the server
  9. useForwardedHeaders: false
  10. # Test requirements forbid gzip compression of the replies
  11. gzip:
  12. enabled: false
  13. requestLog:
  14. appenders: []
  15. logging:
  16. level: WARN
  17. appenders:
  18. - type: console
  19. mongo:
  20. host: tfb-database
  21. port: 27017
  22. db: hello_world
  23. connections: 256