{"id":32171446,"url":"https://github.com/trax-retail/json_confix","last_synced_at":"2026-02-20T16:01:28.548Z","repository":{"id":57509979,"uuid":"178825230","full_name":"trax-retail/json_confix","owner":"trax-retail","description":"Crowd library: Load configuration from JSON files for Elixir apps","archived":false,"fork":false,"pushed_at":"2019-11-12T09:14:30.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":36,"default_branch":"master","last_synced_at":"2026-01-14T07:33:54.815Z","etag":null,"topics":["crowd","elixir"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trax-retail.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-01T09:03:07.000Z","updated_at":"2020-07-05T08:34:31.000Z","dependencies_parsed_at":"2022-09-26T16:30:55.129Z","dependency_job_id":null,"html_url":"https://github.com/trax-retail/json_confix","commit_stats":null,"previous_names":["quri/json_confix"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/trax-retail/json_confix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trax-retail%2Fjson_confix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trax-retail%2Fjson_confix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trax-retail%2Fjson_confix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trax-retail%2Fjson_confix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trax-retail","download_url":"https://codeload.github.com/trax-retail/json_confix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trax-retail%2Fjson_confix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29656589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["crowd","elixir"],"created_at":"2025-10-21T17:51:03.828Z","updated_at":"2026-02-20T16:01:28.534Z","avatar_url":"https://github.com/trax-retail.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JsonConfix\n\nJsonConfix provides a [Distillery](https://github.com/bitwalker/distillery) release config provider that replaces config tuples (e.g {:json, value}) with values read from a JSON file.\n\nMost of the code has been taken from [ConfigTuples](https://github.com/rockneurotiko/config_tuples)\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `json_confix` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:json_confix, \"~\u003e 0.2.0\"}\n  ]\nend\n```\n\n## Usage\n\nIf your JSON file with the configuration is like this\n\n```\n// /path/to/my/secrets.json\n\n{\n  \"noise\": {\n    ...\n  },\n  \"secrets\": {\n    \"data\": {\n      \"MY_SECRET\": \"***************\",\n      \"ANOTHER_SECRET\": \"**************\"\n    }\n  },\n  \"more_noise\": {\n    ...\n  }\n}\n```\n\nYour configuration should look like:\n\n```elixir\nconfig :json_confix,\n  file_path: \"/path/to/my/secrets.json\"  # Defaults to /tmp/json_confix.json,\n  json_keys: [\"secrets\", \"data\"]\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/json_confix](https://hexdocs.pm/json_confix).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrax-retail%2Fjson_confix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrax-retail%2Fjson_confix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrax-retail%2Fjson_confix/lists"}