aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-12-30 18:55:02 -0800
committerTeddy Wing2015-12-30 18:55:02 -0800
commit4d51c8f4c465c662357aa30230576b88d7a3d652 (patch)
tree2b557aee0d633c6c1c2ea0147634bafae203e9e5
parent9c989ad6e20bbca368b90a5ebd5bfeff25de65cd (diff)
downloadEvernote-Rails-Example-4d51c8f4c465c662357aa30230576b88d7a3d652.tar.bz2
Add .env.sample
A sample .env file containing the environment variables required by the application. You'll need to provide your own Evernote API keys.
-rw-r--r--.env.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.sample b/.env.sample
new file mode 100644
index 0000000..0a0a7c2
--- /dev/null
+++ b/.env.sample
@@ -0,0 +1,2 @@
+export EVERNOTE_CONSUMER_KEY=''
+export EVERNOTE_CONSUMER_SECRET=''