diff options
| author | Teddy Wing | 2015-12-30 17:10:10 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-30 17:45:27 -0800 |
| commit | 36e766bdc495ac4943e04bb507c82a97e3a92b57 (patch) | |
| tree | 50bd35ae993b69001ad00e3c6cc7a28ecadd5194 /config/evernote.yml | |
| parent | a701bc329da6ccd076538f93eb011b269531eaa2 (diff) | |
| download | Evernote-Rails-Example-36e766bdc495ac4943e04bb507c82a97e3a92b57.tar.bz2 | |
Add config/evernote.yml
Add the config file needed by the 'evernote-oauth' gem as specified in
the gem's README to provide our API keys.
Diffstat (limited to 'config/evernote.yml')
| -rw-r--r-- | config/evernote.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/evernote.yml b/config/evernote.yml new file mode 100644 index 0000000..60dc2c8 --- /dev/null +++ b/config/evernote.yml @@ -0,0 +1,4 @@ +development: + consumer_key: ENV['EVERNOTE_CONSUMER_KEY'] + consumer_secret: ENV['EVERNOTE_CONSUMER_SECRET'] + sandbox: true |
