{"id":18600738,"url":"https://github.com/meltwater/confex_config_provider","last_synced_at":"2025-04-10T18:31:31.938Z","repository":{"id":57485299,"uuid":"152595890","full_name":"meltwater/confex_config_provider","owner":"meltwater","description":"Confex runtime configuration provider for Distillery","archived":false,"fork":false,"pushed_at":"2023-04-19T09:43:59.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-25T02:51:34.757Z","etag":null,"topics":["clientdata-no","configuration","distillery","elixir","lifecycle-maintenance","production-dependency","purpose-library","runtime-configuration","usage-application"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meltwater.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-11T13:25:24.000Z","updated_at":"2023-10-09T10:15:19.000Z","dependencies_parsed_at":"2023-02-09T16:00:39.243Z","dependency_job_id":null,"html_url":"https://github.com/meltwater/confex_config_provider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meltwater%2Fconfex_config_provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meltwater%2Fconfex_config_provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meltwater%2Fconfex_config_provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meltwater%2Fconfex_config_provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meltwater","download_url":"https://codeload.github.com/meltwater/confex_config_provider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248271762,"owners_count":21075800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clientdata-no","configuration","distillery","elixir","lifecycle-maintenance","production-dependency","purpose-library","runtime-configuration","usage-application"],"created_at":"2024-11-07T02:05:13.057Z","updated_at":"2025-04-10T18:31:31.614Z","avatar_url":"https://github.com/meltwater.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConfexConfigProvider\n\nA [runtime configuration\nprovider](https://hexdocs.pm/distillery/extensibility/config_providers.html)\nthat uses [Confex](https://github.com/Nebo15/confex) and works with\nDistillery 2.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `confex_config_provider` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:confex_config_provider, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Usage\n\nPut this in in the `release :myapp` section of `rel/config.exs`:\n\n```elixir\n  set(config_providers: [ConfexConfigProvider])\n```\n\nThen, make sure that if the app is not in a release, Confex tuples are still\nresolved. E.g. you could put this at the top of you `application.ex`'s\n`start/2` function:\n\n```elixir\nunless ConfexConfigProvider.release_mode?() do\n  ConfexConfigProvider.configure_applications()\nend\n```\n\nDocumentation is available at\n[https://hexdocs.pm/confex_config_provider](https://hexdocs.pm/confex_config_provider).\n\nOwnership\n=========\n\nThis repository is maintained by [Team Haven](mailto:all.haven@meltwater.com).\nIf you need to make changes to or have any ideas for improvement at this, please coordinate with them.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeltwater%2Fconfex_config_provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeltwater%2Fconfex_config_provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeltwater%2Fconfex_config_provider/lists"}