diff options
author | ars <asav1410@gmail.com> | 2020-10-21 22:47:31 +0100 |
---|---|---|
committer | ars <asav1410@gmail.com> | 2020-10-21 22:47:31 +0100 |
commit | 68a07cbf010e71a12268c028df02c3700cebe6fb (patch) | |
tree | 92c3c52e40056c785e93f4285b26125b84a0a242 /oedquery.conf.example | |
parent | b10d2b229c37451b8c7462da01521290183b8325 (diff) |
Move oedquery.conf to oedquery.conf.example to make git pulling easier
Diffstat (limited to 'oedquery.conf.example')
-rw-r--r-- | oedquery.conf.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/oedquery.conf.example b/oedquery.conf.example new file mode 100644 index 0000000..a98c46d --- /dev/null +++ b/oedquery.conf.example @@ -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 |