Skip to content

Instantly share code, notes, and snippets.

@andrewstevenson
Created March 3, 2017 11:23
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/7bab136b2481d0b8540b75765f61aa68 to your computer and use it in GitHub Desktop.
Save andrewstevenson/7bab136b2481d0b8540b75765f61aa68 to your computer and use it in GitHub Desktop.
{% set connector_props = env_to_props('CONNECTOR_', '') -%}
{% for name, value in connector_props.iteritems() -%}
{{name}}={{value}}
{% endfor -%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment