Skip to content

Instantly share code, notes, and snippets.

@joshvermaire
joshvermaire / env.sample.js
Created March 12, 2012 18:47 — forked from jmreidy/env.sample.js
Pivotal to Sprintly importer
module.exports = {
pivotal: {
PID: 'PID',
TOKEN: 'TOKEN'
},
sprintly: {
USER: "USER_EMAIL",
ID: 'PRODUCT_ID',
KEY: 'API_KEY'
},