{"id":13507669,"url":"https://github.com/d0rc/sweetconfig","last_synced_at":"2025-10-31T04:33:50.527Z","repository":{"id":17890661,"uuid":"20838857","full_name":"d0rc/sweetconfig","owner":"d0rc","description":"something to forget about configuration in releases","archived":false,"fork":false,"pushed_at":"2014-06-28T21:29:49.000Z","size":204,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-01T07:33:10.301Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/d0rc.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2014-06-14T18:29:00.000Z","updated_at":"2023-09-06T17:39:44.000Z","dependencies_parsed_at":"2022-08-24T13:38:21.595Z","dependency_job_id":null,"html_url":"https://github.com/d0rc/sweetconfig","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/d0rc%2Fsweetconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d0rc%2Fsweetconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d0rc%2Fsweetconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d0rc%2Fsweetconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d0rc","download_url":"https://codeload.github.com/d0rc/sweetconfig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301963,"owners_count":20755512,"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":[],"created_at":"2024-08-01T02:00:37.602Z","updated_at":"2025-10-31T04:33:50.431Z","avatar_url":"https://github.com/d0rc.png","language":"Elixir","funding_links":[],"categories":["Configuration"],"sub_categories":[],"readme":"Sweetconfig\n===========\n\n[![Build Status](https://travis-ci.org/d0rc/sweetconfig.png?branch=master \"Build Status\")](http://travis-ci.org/d0rc/sweetconfig)\n\nPlace configuration YAML files in `priv/` directory of your root application. Add following section to your `config.exs` file:\n\n\n```elixir\nconfig :sweetconfig,\n\tapp: :name_of_your_application\n```\n\n\nInclude `:sweetconfig` into your app deps list.\n\n\nNow you can read configuration from any point at your app like this:\n\n\n```elixir\n\tSweetconfig.get :somekey\n\tSweetconfig.get [:somekey, :somesubkey]\n\tSweetconfig.get :whatever, :default_value\n```\n\n\nTBD: notification service on configuration changes.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd0rc%2Fsweetconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd0rc%2Fsweetconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd0rc%2Fsweetconfig/lists"}