pebblecode / wfh-api

See where your colleagues are. Tell your team you are working from home. A Node API you can use with a Slack bot and a web front-end.
http://pebblecode.com/blog/november-wfh-slack/
MIT License
52 stars 13 forks source link

Heroku deploy COUCHDB_PORT must be a string #6

Closed brabidou closed 8 years ago

brabidou commented 8 years ago

I'm getting config var "COUCHDB_PORT" must be a string or object when I try and deploy WFH to Heroku. Looks like the app.json should have the value as string.

"COUCHDB_PORT":{ "description":"CouchDb port", "value": "443" },

image

export-mike commented 8 years ago

hey thanks for trying it out, I'll merge this now. just checked it and you're right. This must have changed since we deployed.

export-mike commented 8 years ago

fixed: https://github.com/pebblecode/wfh-api/pull/7