Skip to content

Allow multiple providers in Planner DSL#135

Open
simonmcconnell wants to merge 3 commits into
elixir-toniq:mainfrom
simonmcconnell:main
Open

Allow multiple providers in Planner DSL#135
simonmcconnell wants to merge 3 commits into
elixir-toniq:mainfrom
simonmcconnell:main

Conversation

@simonmcconnell
Copy link
Copy Markdown

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 and others added 3 commits December 15, 2021 10:28
- add .editorconfig and .gitattributes to force LF newlines so that tests can be run on Windows machines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant