1234567891011121314151617 |
- {
- #"db": "mongodb://localhost:27017/tracing",
- #"db_old": "sqlite:///tmp/test.sqlite?debug=true",
- "usemongo": true,
- "server": {
- "httpPort": 80,
- "httpsPort": 443,
- "webroot": "./frontend"
- },
- "ssl": {
- "keyPath": "ssl/server_key.pem",
- "certPath": "ssl/server_cert.pem",
- "caPath": "ssl/ca_cert.pem",
- "requestCert": true,
- "rejectUnauthorized": false
- }
- }
|