inxilpro / node-checkenv

Check your current environmental variables against a project config file
46 stars 6 forks source link

Idea: Use app.json #5

Open timwis opened 8 years ago

timwis commented 8 years ago

I was looking into Deploy to heroku instructions and noticed they have a similar schema for their env vars. Have you considered using that? Not sure how standard their schema is - if it's heroku-specific that's less exciting of course. Perhaps it could be checked if .env.json isn't present? Just an idea.

inxilpro commented 8 years ago

It looks like the app.json schema is pretty darn close. Might make sense to look for it…

inxilpro commented 8 years ago

Just posting this for future reference: