Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
paullewis committed Feb 6, 2017
1 parent dce25a0 commit b54687d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ These are files which contain secrets and keys, so you can either
or you can put some placeholder info in:

```javascript
// oauth.js
// oauth.js - do not use in production!
// @see https://cloud.google.com/nodejs/getting-started/authenticate-users
module.exports = {
clientID: 'lolztehclientid',
clientSecret: 'suchhiddenmanysecretwow',
Expand All @@ -32,7 +33,8 @@ module.exports = {
```

```javascript
// session.js
// session.js - do not use in production!
// @see https://cloud.google.com/nodejs/getting-started/authenticate-users
module.exports = {
resave: false,
saveUninitialized: false,
Expand All @@ -44,6 +46,6 @@ module.exports = {

Finally, with that done you should be able to run: `npm run dev`.

The videosare not included in the repo, but rather are served from a Google
The videos are not included in the repo, but rather are served from a Google
Cloud Storage bucket. They are served with CORS headers, meaning that
you will need to run the local copy of the server at port 8080.

0 comments on commit b54687d

Please sign in to comment.