You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One feature of Warbler is the inclusion of ERB (or other) templates, which get processed at the time that thewarble command is run. This allows you to bundle a variety of information along with your application, which is especially useful for remote debugging/monitoring/sanity-checking.
To take advantage of these Templates, you can create a template file (e.g.config/templates/env_vars.rb):