diff options
Diffstat (limited to 'oedquery.conf')
-rw-r--r-- | oedquery.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/oedquery.conf b/oedquery.conf new file mode 100644 index 0000000..a98c46d --- /dev/null +++ b/oedquery.conf @@ -0,0 +1,10 @@ +# Example config + +# Enter your OED API ID and key here +appId= +appKey= + +# Enter desired language here - supported languages: https://developer.oxforddictionaries.com/documentation/languages +language=en-gb +# Desired max synonyms - some entries have a crazy number of them +maxSynonyms=10 |