anki-connect/plugin/config.json

9 lines
195 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,
"webBindAddress": "127.0.0.1",
"webBindPort": 8765,
"webCorsOrigin": "http://localhost",
"webCorsOriginList": ["http://localhost"]
2020-01-05 19:35:02 +00:00
}