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 | |
parent | b10d2b229c37451b8c7462da01521290183b8325 (diff) |
Move oedquery.conf to oedquery.conf.example to make git pulling easier
Diffstat (limited to 'oedquery.conf')
-rw-r--r-- | oedquery.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/oedquery.conf b/oedquery.conf deleted file mode 100644 index a98c46d..0000000 --- a/oedquery.conf +++ /dev/null @@ -1,10 +0,0 @@ -# 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 |