aboutsummaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorTeddy Wing2013-05-03 08:06:12 -0400
committerTeddy Wing2013-05-03 08:06:12 -0400
commit1d4df38337b11d3de554b1b6c0d0d3382ecfef2a (patch)
tree2b545b1909b59badcfd48c0bca4ec20b1375c2ee /views
parentf61952a5e5afd4a7f54b669d315474b267268317 (diff)
downloadWho-am-I-1d4df38337b11d3de554b1b6c0d0d3382ecfef2a.tar.bz2
Get rid of Parse.com API keys
Deciding to not completely clear them from history, so don't use them please.
Diffstat (limited to 'views')
-rw-r--r--views/index.ejs8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/index.ejs b/views/index.ejs
index 2a26772..94be59d 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -44,6 +44,14 @@
</div>
</footer>
+ <script>
+ var Config = {
+ parse: {
+ application_id: '<%= config.parse.application_id %>',
+ javascript_key: '<%= config.parse.javascript_key %>'
+ }
+ };
+ </script>
<script src="/javascripts/app.js"></script>
<script src="/javascripts/parse-interface.js"></script>
<script src="/javascripts/viggle.js"></script>