anki-connect/plugin/config.json

12 lines
242 B
JSON
Raw Normal View History

2020-01-05 19:35:02 +00:00
{
2020-01-06 00:24:20 +00:00
"apiKey": null,
"apiLogPath": null,
"apiPollInterval": 25,
"apiVersion": 6,
"webBacklog": 5,
"webBindAddress": "127.0.0.1",
"webBindPort": 8765,
"webCorsOrigin": "http://localhost",
"webTimeout": 10000
2020-01-05 19:35:02 +00:00
}