Skip to content

Instantly share code, notes, and snippets.

@andrewstevenson
Created March 3, 2017 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewstevenson/f102ded99d763823bf97ed009d23d01f to your computer and use it in GitHub Desktop.
Save andrewstevenson/f102ded99d763823bf97ed009d23d01f to your computer and use it in GitHub Desktop.
{% set connect_props = env_to_props('CONNECT_', '') -%}
{% for name, value in connect_props.iteritems() -%}
{{name}}={{value}}
{% endfor -%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment