config.json 339 B

12345678910111213141516
  1. {
  2. "db": "mongodb://localhost:27017/tracing",
  3. "usemongo": true,
  4. "server": {
  5. "httpPort": 80,
  6. "httpsPort": 443,
  7. "webroot": "./frontend"
  8. },
  9. "ssl": {
  10. "keyPath": "ssl/server_key.pem",
  11. "certPath": "ssl/server_cert.pem",
  12. "caPath": "ssl/ca_cert.pem",
  13. "requestCert": true,
  14. "rejectUnauthorized": false
  15. }
  16. }