icelab / dry-web-skeleton

Application prototype for Ruby web apps using ROM and Roda
MIT License
41 stars 7 forks source link

Allow for easy Heroku deployment #7

Open timriley opened 8 years ago

andriytyurnikov commented 7 years ago

quick question here: are you guys moving away from 12 factor and dotenv for dry-web-roda stack? if not, and Procfiles and .envs are on the roadmap - would you prefer co-existance of .env and config.yml (in this case, how you see prioritization if any) or complete replacement of yml ?

andriytyurnikov commented 7 years ago

I've figured out that dry-web settings actually prefers ENV over yaml, so it boils down to what is preferred for skeleton