diff options
author | Brian Cully <bjc@kublai.com> | 2017-04-26 04:47:19 +0000 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2017-04-26 05:41:18 +0000 |
commit | 52a0b1df2c4dc14161680936ddaf6b4bd3ea7fe6 (patch) | |
tree | 8e53ae20ebeb27400dd77511ac8d27a12df9aa29 /conf.yaml-sample | |
download | perlebooks-master.tar.gz perlebooks-master.zip |
Diffstat (limited to 'conf.yaml-sample')
-rw-r--r-- | conf.yaml-sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf.yaml-sample b/conf.yaml-sample new file mode 100644 index 0000000..f39b583 --- /dev/null +++ b/conf.yaml-sample @@ -0,0 +1,6 @@ +--- + user: 'SomeTwitterUser' + access_secret: 'YourAccessSecret' + access_token: 'YourAccessToken' + consumer_key: 'YourConsumerKey' + consumer_secret: 'YourConsumerSecret' |