vapor icon indicating copy to clipboard operation
vapor copied to clipboard

Allow multiple providers in Planner DSL

Open simonmcconnell opened this issue 2 years ago • 0 comments

I wanted to have multiple providers for a specific config sectionin a Planner:

  config :endpoint, [
    file("config.toml", [
      {:port, ["something", "port"]}
    ]),
    env([
      {:something_else, "SOMETHING_ELSE"}
    ])
  ]

I also added .editorconfig and .gitattributes to force LF newlines so that tests can be run on Windows machines.

Thoughts?

simonmcconnell avatar Dec 15 '21 02:12 simonmcconnell