diff options
-rw-r--r-- | config-example.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-example.yml b/config-example.yml index 7f93476..346904c 100644 --- a/config-example.yml +++ b/config-example.yml | |||
@@ -1,7 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | corpus: "corpus.txt" | 2 | corpus: "corpus.txt" |
3 | username: "" | ||
4 | password: "" | ||
5 | consumer_key: "" | 3 | consumer_key: "" |
6 | consumer_secret: "" | 4 | consumer_secret: "" |
5 | access_key: "" | ||
6 | access_secret: "" | ||
7 | delay: 3600 \ No newline at end of file | 7 | delay: 3600 \ No newline at end of file |