Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - d0rc/sweetconfig: something to forget about configuration in releases

something to forget about configuration in releases - d0rc/sweetconfig

Visit SiteGitHub - d0rc/sweetconfig: something to forget about configuration in releases

GitHub - d0rc/sweetconfig: something to forget about configuration in releases

something to forget about configuration in releases - d0rc/sweetconfig

Powered by 0x5a.live ๐Ÿ’—

Sweetconfig

Build Status

Place configuration YAML files in priv/ directory of your root application. Add following section to your config.exs file:

config :sweetconfig,
	app: :name_of_your_application

Include :sweetconfig into your app deps list.

Now you can read configuration from any point at your app like this:

	Sweetconfig.get :somekey
	Sweetconfig.get [:somekey, :somesubkey]
	Sweetconfig.get :whatever, :default_value

TBD: notification service on configuration changes.

Elixir Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.