summaryrefslogtreecommitdiff
path: root/config/application.example.yml
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-25 11:16:20 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-25 11:16:20 -0400
commit0f0974ffdffcd98665f7e36293813e68e0668bcf (patch)
treeb9444b082d370fb1110c9e64832f475862d62ab2 /config/application.example.yml
parent63a665823b8f05bf0b3a9acf9b18cc01252951fb (diff)
Use Figaro for configuration
Diffstat (limited to 'config/application.example.yml')
-rw-r--r--config/application.example.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/application.example.yml b/config/application.example.yml
new file mode 100644
index 0000000..a98b40e
--- /dev/null
+++ b/config/application.example.yml
@@ -0,0 +1,3 @@
+SECRET_TOKEN: 'cc884af613d0dd093f1d6c9153abac1200c5a0db923613245b80c5c3f5e9c9f9ba51712b702f2d494a22ddea8ab40601b38a41eb39eec97b50a7a2e37748b1bc'
+RIOT_API_KEY: 'ad539f86-22fd-474d-9279-79a7a296ac38'
+RIOT_API_REGION: 'na'