I have an app whose code is up on github but which is hosted on heroku. I have a config file that I don't want on Github, but I need on heroku.
Anyone have a clever solution?
|
I have an app whose code is up on github but which is hosted on heroku. I have a config file that I don't want on Github, but I need on heroku. Anyone have a clever solution? |
|||
|
|
|
Use config vars instead of a file. |
|||
|
|