123456789101112131415161718192021222324 |
- server:
- type: simple
- applicationContextPath: /
- connector:
- type: http
- port: 9090
- useServerHeader: true
- # There is no proxy in front of the server
- useForwardedHeaders: false
- # Test requirements forbid gzip compression of the replies
- gzip:
- enabled: false
- requestLog:
- appenders: []
- logging:
- appenders: []
- mongo:
- host: 127.0.0.1
- port: 27017
- db: hello_world
|