Use environment variables

Hi,

I want to push my Middleman project to my public repository on Github, but for the moment I can’t do this, because I have some api-tokens in my code that I don’t want to share in public.

Is there a way in Middleman to use environment variables, like you can in a Rails project, or is there another solution to this?

Thanks for your advice,

Anthony

Some tips are here - using Bundler for storing environment variables.