config.json_bak1 396 B

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