Skip to content

Instantly share code, notes, and snippets.

@godfreyd
Last active June 5, 2017 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godfreyd/3697d1ba5fe5ac298a9b471fe943340f to your computer and use it in GitHub Desktop.
Save godfreyd/3697d1ba5fe5ac298a9b471fe943340f to your computer and use it in GitHub Desktop.
{
"staticFolder": "static",
"defaultPort": 3000,
"cacheTTL": 30000,
"sessionSecret": "REPLACE_ME_WITH_RANDOM_STRING",
"services": {
"twitter": {
"consumer_key": "",
"consumer_secret": "",
"bearer_token": ""
},
"youtube": {
"client_id": "",
"client_secret": "",
"redirect_url": "http://localhost:3000"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment