Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active February 8, 2016 00:29
Show Gist options
  • Save kjunichi/2d91a0ebee3d5ebcbc94 to your computer and use it in GitHub Desktop.
Save kjunichi/2d91a0ebee3d5ebcbc94 to your computer and use it in GitHub Desktop.
export CALENDAR_TOKEN=`json2env ~/.credentials/calendar-nodejs-quickstart.json`
export CALENDAR_SECRET=`json2env ./client_secret.json`
heroku config:set CALENDAR_TOKEN=`json2env ~/.credentials/calendar-nodejs-quickstart.json`
heroku config:set CALENDAR_SECRET=`json2env ./client_secret.json`

関連

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment