gemini-server/config.json

13 lines
182 B
JSON
Raw Permalink Normal View History

2021-01-24 21:05:11 +01:00
{
2021-03-23 21:50:51 +01:00
"content": {
"path": ""
},
"cache": {
"enable_cache": false,
"cache_size": 1024
},
"ssl": {
"pem_path": "/path/to/chain/file",
"cert_path": "/path/to/cert/file"
}
2021-01-24 21:05:11 +01:00
}