hello-world-mongo.yml 404 B

123456789101112131415161718192021222324
  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. appenders: []
  17. mongo:
  18. host: 127.0.0.1
  19. port: 27017
  20. db: hello_world