Skip to content

Commit

Permalink
Added production client credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
andreareginato committed Sep 26, 2013
1 parent cc9b0bd commit 9efac12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="hero-unit">
<login client="e72c43c75adc9665e4d4c13354c41f337d5a2e439d3da1243bb47e39745f435c" redirect="http://localhost:9000" scope="devices privates"></login>
<login client="8b90135cb90a992680db5bc1a47e3a9da7aa1029cf9543e86fb2b54f6bb169fc" redirect="http://create-your-first-js-app.herokuapp.com/" scope="devices privates"></login>
<device device-id="device.id" ng-repeat="device in devices"></device>
<div class="clearfix"></div>
</div>
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "create-your-first-js-app",
"version": "0.0.0",
"description": "Create your First JavaScript App using Lelylan and AngularJS",
"homepage": "http://create-your-first-js-app.herokuapp.com",
"repository": {
"type" : "git",
"url" : "https://github.com/andreareginato/create-your-first-js-app" },
"version": "0.0.1",
"dependencies": {
"gzippo": "~0.2.0",
"express": "~3.4.0"
Expand Down

0 comments on commit 9efac12

Please sign in to comment.