views:

64

answers:

1

I'm using S3 in this application for uploaded files, as Heroku has a read-only filesystem. How can I give my s3.yml to Heroku, but avoid checking it into the main repository?

+2  A: 

Check out http://docs.heroku.com/config-vars, the first example on the page is exactly what you are trying to do.

corprew